You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a convention so that by default the element name is same as the ID of the equivalent html element. So if I have an element with id=foo, capypage should default to use that for selection.
The text was updated successfully, but these errors were encountered:
Right now the selector has to be explicit i.e.
element :foo, "#foo"
Add a convention so that by default the element name is same as the ID of the equivalent html element. So if I have an element with
id=foo
, capypage should default to use that for selection.The text was updated successfully, but these errors were encountered: