Method: Selenium::WebDriver::Proxy#socks_password=
- Defined in:
- lib/selenium/webdriver/common/proxy.rb
#socks_password=(value) ⇒ Object
120 121 122 123 |
# File 'lib/selenium/webdriver/common/proxy.rb', line 120 def socks_password=(value) self.type = :manual @socks_password = value end |