Method: Selenium::WebDriver::Proxy#auto_detect=
- Defined in:
- lib/selenium/webdriver/common/proxy.rb
permalink #auto_detect=(bool) ⇒ Object
[View source]
104 105 106 107 |
# File 'lib/selenium/webdriver/common/proxy.rb', line 104 def auto_detect=(bool) self.type = :auto_detect @auto_detect = bool end |