Module: PageObject::Platforms::SeleniumWebDriver::FileField

Defined in:
lib/page-object/platforms/selenium_webdriver/file_field.rb

Instance Method Summary collapse

Instance Method Details

#value=(new_value) ⇒ Object

Set the value of the FileField



10
11
12
# File 'lib/page-object/platforms/selenium_webdriver/file_field.rb', line 10

def value=(new_value)
  element.send_keys(new_value)
end