Class: Selenium::WebDriver::BiDi::Protocol::BrowsingContext::Locator Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::BrowsingContext::Locator
- 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
- .accessibility ⇒ Object private
- .context ⇒ Object private
- .css ⇒ Object private
- .inner_text ⇒ Object private
- .xpath ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.accessibility ⇒ 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.
117 |
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 117 def self.accessibility(**) = BrowsingContext::AccessibilityLocator.new(**) |
.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.
119 |
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 119 def self.context(**) = BrowsingContext::ContextLocator.new(**) |
.css ⇒ 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.
118 |
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 118 def self.css(**) = BrowsingContext::CssLocator.new(**) |
.inner_text ⇒ 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.
120 |
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 120 def self.inner_text(**) = BrowsingContext::InnerTextLocator.new(**) |
.xpath ⇒ 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.
121 |
# File 'lib/selenium/webdriver/bidi/protocol/browsing_context.rb', line 121 def self.xpath(**) = BrowsingContext::XPathLocator.new(**) |