Skip to content

Commit bae12a5

Browse files
author
John Doherty
committed
Added read me link to helper methods
1 parent b27b761 commit bae12a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following variables are available within the ```Given()```, ```When()``` and
9898
| `selenium` | the raw [selenium-webdriver](http://seleniumhq.github.io/selenium/docs/api/javascript/module/selenium-webdriver/) module, providing access to static properties/methods |
9999
| `page` | collection of **page** objects loaded from disk and keyed by filename |
100100
| `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!_ |
102102
| `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 |
103103
| `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 |
104104
| `expect` | instance of [chai expect](http://chaijs.com/api/bdd/) to ```expect('something').to.equal('something')``` |

0 commit comments

Comments
 (0)