module SpecTest::Platforms::SeleniumWebDriver::Button

Public Instance Methods

text() click to toggle source
# File lib/spectest/platform_selenium/web_objects/button.rb, line 6
def text
  raise "Returning text from a button element in Selenium is not possible."
end