Method: Selenium::WebDriver::Proxy#no_proxy=
- Defined in:
- lib/selenium/webdriver/common/proxy.rb
#no_proxy=(value) ⇒ Object
90 91 92 93 |
# File 'lib/selenium/webdriver/common/proxy.rb', line 90 def no_proxy=(value) self.type = :manual @no_proxy = value end |