diff options
-rw-r--r-- | qa/qa/page/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/qa/page/README.md b/qa/qa/page/README.md index 2dbc59846e7..d5f7e8f9e9b 100644 --- a/qa/qa/page/README.md +++ b/qa/qa/page/README.md @@ -86,6 +86,9 @@ module Page end ``` +The `view` DSL method declares the filename of the view where an +`element` is implmented. + It is possible to use `element` DSL method without value, with a String value or with a Regexp. |