module PageObject::Platforms::SeleniumWebDriver::FileField
Public Instance Methods
value=(new_value)
click to toggle source
Set the value of the FileField
# File lib/page-object/platforms/selenium_webdriver/file_field.rb, line 10 def value=(new_value) element.send_keys(new_value) end