Method: Selenium::WebDriver::Firefox::Profile#secure_ssl=
- Defined in:
- lib/selenium/webdriver/firefox/profile.rb
permalink #secure_ssl=(value) ⇒ Object (writeonly)
Sets the attribute secure_ssl
37 38 39 |
# File 'lib/selenium/webdriver/firefox/profile.rb', line 37 def secure_ssl=(value) @secure_ssl = value end |