Class: Selenium::WebDriver::BiDi::Protocol::Network::ContinueWithAuthParameters Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Network::ContinueWithAuthParameters
- Defined in:
- lib/selenium/webdriver/bidi/protocol/network.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.
Constant Summary collapse
- Credentials =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Serialization::Record.define( action: {fixed: 'provideCredentials'}, request: {wire_key: 'request', primitive: 'string'}, credentials: {wire_key: 'credentials', ref: 'Network::AuthCredentials'} )
- NoCredentials =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Serialization::Record.define( request: {wire_key: 'request', primitive: 'string'}, action: {wire_key: 'action', enum: 'Network::CONTINUE_WITH_AUTH_NO_CREDENTIALS_ACTION'} )
Class Method Summary collapse
- .provide_credentials ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.provide_credentials ⇒ 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.
375 |
# File 'lib/selenium/webdriver/bidi/protocol/network.rb', line 375 def self.provide_credentials(**) = Network::ContinueWithAuthParameters::Credentials.new(**) |