Method: Capybara::Session#has_button?
- Defined in:
- lib/capybara/session.rb
#has_button?(locator) ⇒ Boolean
191 192 193 |
# File 'lib/capybara/session.rb', line 191 def (locator) has_xpath?(XPath.(locator)) end |
191 192 193 |
# File 'lib/capybara/session.rb', line 191 def (locator) has_xpath?(XPath.(locator)) end |