wallaby v0.16.1 Wallaby.Query.XPath
Summary
Functions
Match any clickable buttons
Match any checkboxes
Matches any file field by name, id, or label
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
Match any option
by visible text
Match any radio buttons
Match any select
by name, id, or label
Matches any element by its inner text
Types
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