module SpecTest::Platforms::SeleniumWebDriver::TextField

Public Instance Methods

value=(this) click to toggle source
# File lib/spectest/platform_selenium/web_objects/text_field.rb, line 6
def value=(this)
  @web_object.clear
  @web_object.send_keys(this)
end