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

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

#load_no_focus_lib=(value) ⇒ Object (writeonly)

Sets the attribute load_no_focus_lib

Parameters:

  • value

    the value to set the attribute load_no_focus_lib to.


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

def load_no_focus_lib=(value)
  @load_no_focus_lib = value
end