Class: Selenium::WebDriver::BiDi::Protocol::BrowsingContext::ClipRectangle Private

Inherits:
Serialization::Union show all
Defined in:
lib/selenium/webdriver/bidi/protocol/browsing_context.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

.boxObject

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.



243
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 243

def self.box(**) = BrowsingContext::BoxClipRectangle.new(**)

.elementObject

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.



244
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 244

def self.element(**) = BrowsingContext::ElementClipRectangle.new(**)