Class: Selenium::WebDriver::BiDi::Protocol::WebExtension::ExtensionData Private

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

Methods inherited from Serialization::Union

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

Class Method Details

.archive_pathObject

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

.base64Object

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

.pathObject

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