module PageObject::Platforms::SeleniumWebDriver::Button

Public Instance Methods

text() click to toggle source

Override PageObject::PLatforms::SeleniumElement#text because text does not reliably return a value in Selenium

# File lib/page-object/platforms/selenium_webdriver/button.rb, line 9
def text
  raise "text is not available on button element in Selenium"
end