Class: Selenium::WebDriver::BiDi::Protocol::Session::ProxyConfiguration Private

Inherits:
Serialization::Union show all
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

Methods inherited from Serialization::Union

build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants

Class Method Details

.autodetectObject

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(**)

.directObject

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(**)

.manualObject

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(**)

.pacObject

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(**)

.systemObject

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(**)