API Docs for: 0.1.0
Show:

By Class

Defined in: lib\By.js:1

Item Index

Properties

Properties

className

Strategy static

Defined in lib\By.js:5

Returns an element whose class name contains the search value; compound class names are not permitted.

cssSelector

Strategy static

Defined in lib\By.js:12

Returns an element matching a CSS selector.

id

Strategy static

Defined in lib\By.js:19

Returns an element whose ID attribute matches the search value.

linkText

Strategy static

Defined in lib\By.js:33

Returns an anchor element whose visible text matches the search value.

name

Strategy static

Defined in lib\By.js:26

Returns an element whose NAME attribute matches the search value.

partialLinkText

Strategy static

Defined in lib\By.js:40

Returns an anchor element whose visible text partially matches the search value.

tagName

Strategy static

Defined in lib\By.js:47

Returns an element whose tag name matches the search value.

xpath

Strategy static

Defined in lib\By.js:54

Returns an element matching an XPath expression.