Method: Capybara::Session#has_no_button?
- Defined in:
- lib/capybara/session.rb
#has_no_button?(locator) ⇒ Boolean
195 196 197 |
# File 'lib/capybara/session.rb', line 195 def (locator) has_no_xpath?(XPath.(locator)) end |
195 196 197 |
# File 'lib/capybara/session.rb', line 195 def (locator) has_no_xpath?(XPath.(locator)) end |