Class: Selenium::WebDriver::BiDi::Protocol::WebExtension::ExtensionData Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::WebExtension::ExtensionData
- Defined in:
- lib/selenium/webdriver/bidi/protocol/web_extension.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
- .archive_path ⇒ Object private
- .base64 ⇒ Object private
- .path ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.archive_path ⇒ 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.
43 |
# File 'lib/selenium/webdriver/bidi/protocol/web_extension.rb', line 43 def self.archive_path(**) = WebExtension::ExtensionArchivePath.new(**) |
.base64 ⇒ 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.
44 |
# File 'lib/selenium/webdriver/bidi/protocol/web_extension.rb', line 44 def self.base64(**) = WebExtension::ExtensionBase64Encoded.new(**) |
.path ⇒ 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.
45 |
# File 'lib/selenium/webdriver/bidi/protocol/web_extension.rb', line 45 def self.path(**) = WebExtension::ExtensionPath.new(**) |