0.1.0 • Published 9 years ago

webdriverio-jquery v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

webdriverio-jquery Extended API

webdriverio-jquery extends webdriverio's API with the following commands:

  • find(selector=String)
  • attr(name=String)
  • text()
  • each(iteratorFn=Function)
  • map(iteratorFn=Function)
  • first()

find(selector=string)

Find elements by a CSS selector.

attr(name=string)

Returns attribute for element or group of elements.

text()

Returns text for element or group of elements.

each()

Iterate over each element.

map()

Map over each element.

href()

Alias for attr('href').

first()

Returns the first element of a collection.

0.1.0

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.1

9 years ago