2.0.1 • Published 7 years ago

selenium-drivex v2.0.1

Weekly downloads
158
License
Apache-2.0
Repository
github
Last release
7 years ago

selenium-drivex

selenium-webdriver abstractions

Methods

  • find
    • @argument locator {Locator}
    • @argument parentWebElement {WebElement} (optional)
    • @returns {Promise} resolves to a WebElement or rejected
  • finds
    • @argument locator {Locator}
    • @argument parentWebElement {WebElement} (optional)
    • @returns {Promise} resolves to an array of WebElements or []
  • present
    • @argument locator {Locator}
    • @argument parentWebElement {WebElement} (optional)
    • @returns {Promise} resolves to true or false
  • visible
    • @argument locator {Locator}
    • @argument parentWebElement {WebElement} (optional)
    • @returns {Promise} resolves to true/false or rejected
  • waitForElement
    • @argument locator {Locator}
    • @argument timeout {Number}
    • @argument msg {String} (optional)
    • @returns {Promise} resolves to WebElement or rejected
  • waitForElementVisible
    • @argument locator {Locator}
    • @argument timeout {Number}
    • @argument msg {String} (optional)
    • @returns {Promise} resolves to WebElement or rejected
  • validateText validates the text for a WebElement
    • @argument locator {Locator}
    • @argument parentWebElement (optional)
    • `@argument expected value
    • @returns {Promise}resolves to true or rejected
  • validateAttributeValue validates the attribute value for a WebElement
    • @argument locator {Locator}
    • @argument parentWebElement (optional)
    • @argument attribute value
    • `@argument expected value
    • @returns {Promise}resolves to true or rejected
2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-alpha.2

7 years ago

2.0.0-alpha.1

7 years ago

1.0.14

8 years ago

1.1.0-alpha.2

9 years ago

1.1.0-alpha.1

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago