Method: Selenium::WebDriver::Firefox::Profile#secure_ssl=

Defined in:
lib/selenium/webdriver/firefox/profile.rb

#secure_ssl=(value) ⇒ Object (writeonly)

Sets the attribute secure_ssl

Parameters:

  • value

    the value to set the attribute secure_ssl to.

[View source]

37
38
39
# File 'lib/selenium/webdriver/firefox/profile.rb', line 37

def secure_ssl=(value)
  @secure_ssl = value
end