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