Class: Selenium::WebDriver::BiDi::Protocol::Session::ProxyConfiguration Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Session::ProxyConfiguration
- Defined in:
- lib/selenium/webdriver/bidi/protocol/session.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Class Method Summary collapse
- .autodetect ⇒ Object private
- .direct ⇒ Object private
- .manual ⇒ Object private
- .pac ⇒ Object private
- .system ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.autodetect ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
83 |
# File 'lib/selenium/webdriver/bidi/protocol/session.rb', line 83 def self.autodetect(**) = Session::AutodetectProxyConfiguration.new(**) |
.direct ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
84 |
# File 'lib/selenium/webdriver/bidi/protocol/session.rb', line 84 def self.direct(**) = Session::DirectProxyConfiguration.new(**) |
.manual ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
85 |
# File 'lib/selenium/webdriver/bidi/protocol/session.rb', line 85 def self.manual(**) = Session::ManualProxyConfiguration.new(**) |
.pac ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
86 |
# File 'lib/selenium/webdriver/bidi/protocol/session.rb', line 86 def self.pac(**) = Session::PacProxyConfiguration.new(**) |
.system ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
87 |
# File 'lib/selenium/webdriver/bidi/protocol/session.rb', line 87 def self.system(**) = Session::SystemProxyConfiguration.new(**) |