Class: Selenium::WebDriver::BiDi::Protocol::Script::RealmInfo Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Script::RealmInfo
- Defined in:
- lib/selenium/webdriver/bidi/protocol/script.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
- .audio_worklet ⇒ Object private
- .dedicated_worker ⇒ Object private
- .paint_worklet ⇒ Object private
- .service_worker ⇒ Object private
- .shared_worker ⇒ Object private
- .window ⇒ Object private
- .worker ⇒ Object private
- .worklet ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.audio_worklet ⇒ 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.
348 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 348 def self.audio_worklet(**) = Script::AudioWorkletRealmInfo.new(**) |
.dedicated_worker ⇒ 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.
343 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 343 def self.dedicated_worker(**) = Script::DedicatedWorkerRealmInfo.new(**) |
.paint_worklet ⇒ 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.
347 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 347 def self.paint_worklet(**) = Script::PaintWorkletRealmInfo.new(**) |
.service_worker ⇒ 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.
345 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 345 def self.service_worker(**) = Script::ServiceWorkerRealmInfo.new(**) |
.shared_worker ⇒ 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.
344 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 344 def self.shared_worker(**) = Script::SharedWorkerRealmInfo.new(**) |
.window ⇒ 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.
342 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 342 def self.window(**) = Script::WindowRealmInfo.new(**) |
.worker ⇒ 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.
346 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 346 def self.worker(**) = Script::WorkerRealmInfo.new(**) |
.worklet ⇒ 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.
349 |
# File 'lib/selenium/webdriver/bidi/protocol/script.rb', line 349 def self.worklet(**) = Script::WorkletRealmInfo.new(**) |