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
37 38 39 |
# File 'lib/selenium/webdriver/firefox/profile.rb', line 37 def load_no_focus_lib=(value) @load_no_focus_lib = value end |