Class: Selenium::WebDriver::BiDi::Protocol::Script::RealmInfo Private

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

Methods inherited from Serialization::Union

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

Class Method Details

.audio_workletObject

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_workerObject

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_workletObject

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_workerObject

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_workerObject

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

.windowObject

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

.workerObject

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

.workletObject

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