1.0.0 • Published 11 years ago

webdriver-helpers v1.0.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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: 1. install YUIDoc 2. cd webdriver-helpers 3. yuidoc --server 4. point browser at http://localhost:3000/

To re-generate documentation: 1. install YUIDoc 2. cd webdriver-helpers 3. yuidoc

API docs generated using YUIDoc

References

WebDriverJs User's Guide