Method: Selenium::WebDriver::Proxy#socks=
- Defined in:
- lib/selenium/webdriver/common/proxy.rb
#socks=(value) ⇒ Object
110 111 112 113 |
# File 'lib/selenium/webdriver/common/proxy.rb', line 110 def socks=(value) self.type = :manual @socks = value end |