Class: Selenium::WebDriver::BiDi::Protocol::Storage::PartitionDescriptor Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Storage::PartitionDescriptor
- Defined in:
- lib/selenium/webdriver/bidi/protocol/storage.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
- .context ⇒ Object private
- .storage_key ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.context ⇒ 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/storage.rb', line 85 def self.context(**) = Storage::BrowsingContextPartitionDescriptor.new(**) |
.storage_key ⇒ 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/storage.rb', line 86 def self.storage_key(**) = Storage::StorageKeyPartitionDescriptor.new(**) |