wallaby v0.1.0 Wallaby.XPath

Summary

Functions

Match any input or textarea that can be filled with text. Excludes any inputs with types of submit, image, radio, checkbox, hidden, or file

XPath for links this xpath is gracious ripped from capybara via https://github.com/jnicklas/xpath/blob/master/lib/xpath/html.rb

Types

Functions

checkbox(query)
fillable_field(query)

Match any input or textarea that can be filled with text. Excludes any inputs with types of submit, image, radio, checkbox, hidden, or file.

link(lnk)

XPath for links this xpath is gracious ripped from capybara via https://github.com/jnicklas/xpath/blob/master/lib/xpath/html.rb

radio_button(query)