webdriver-helpers
v1.0.0
Published
Convenience functions for working with WebDriver
Downloads
2
Readme
webdriver-helpers
Convenience functions for working with WebDriver in Javascript
- Includes the following:
- populateElements
- findElementInCollectionByText
- avoidStaleElement
- id
- name
- tagName
- className
- radioByValue
- selectByValue
- populateTextBox
- populateElement
Documentation
Online API docs found here: http://alanning.github.io/webdriver-helpers/
To serve documentation locally:
- install YUIDoc
cd webdriver-helpers
yuidoc --server
- point browser at http://localhost:3000/
To re-generate documentation:
- install YUIDoc
cd webdriver-helpers
yuidoc
API docs generated using YUIDoc