You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ The following variables are available within the ```Given()```, ```When()``` and
98
98
|`selenium`| the raw [selenium-webdriver](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/) module, providing access to static properties/methods |
99
99
|`page`| collection of **page** objects loaded from disk and keyed by filename |
100
100
|`shared`| collection of **shared** objects loaded from disk and keyed by filename |
101
-
|`helpers`| a collection of helper methods _things selenium does not provide but really should!_|
101
+
|`helpers`| a collection of [helper methods](runtime/helpers.js)_things selenium does not provide but really should!_|
102
102
|`by`| the selenium [By](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/index_exports_By.html) class used to locate elements on the page |
103
103
|`until`| the selenium [until](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/lib/until.html) class used to wait for elements/events |
104
104
|`expect`| instance of [chai expect](http://chaijs.com/api/bdd/) to ```expect('something').to.equal('something')```|
0 commit comments