webdriver-helpers

1.0.0 • Public • Published

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

/webdriver-helpers/

    Package Sidebar

    Install

    npm i webdriver-helpers

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • alanning