module PageObject::Platforms::LdsWatirWebDriver::TextField

Public Instance Methods

value=(new_value) click to toggle source

Set the value of the TextField

# File lib/page-object/platforms/lds_watir_webdriver/text_field.rb, line 10
def value=(new_value)
  element.set(new_value)
end