Class: Selenium::WebDriver::BiDi::Protocol::Input::PointerSourceAction Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Input::PointerSourceAction
- Defined in:
- lib/selenium/webdriver/bidi/protocol/input.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
- .pause ⇒ Object private
- .pointer_down ⇒ Object private
- .pointer_move ⇒ Object private
- .pointer_up ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.pause ⇒ 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.
147 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 147 def self.pause(**) = Input::PauseAction.new(**) |
.pointer_down ⇒ 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.
148 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 148 def self.pointer_down(**) = Input::PointerDownAction.new(**) |
.pointer_move ⇒ 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.
150 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 150 def self.pointer_move(**) = Input::PointerMoveAction.new(**) |
.pointer_up ⇒ 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.
149 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 149 def self.pointer_up(**) = Input::PointerUpAction.new(**) |