Method: Selenium::WebDriver::Firefox::Profile#native_events=

Defined in:
lib/selenium/webdriver/firefox/profile.rb

#native_events=(value) ⇒ Object (writeonly)

Sets the attribute native_events

Parameters:

  • value

    the value to set the attribute native_events to.


37
38
39
# File 'lib/selenium/webdriver/firefox/profile.rb', line 37

def native_events=(value)
  @native_events = value
end