Class: Selenium::WebDriver::BiDi::Protocol::Input::SourceActions Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Input::SourceActions
- 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
- .key ⇒ Object private
- .none ⇒ Object private
- .pointer ⇒ Object private
- .wheel ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.key ⇒ 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.
72 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 72 def self.key(**) = Input::KeySourceActions.new(**) |
.none ⇒ 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.
71 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 71 def self.none(**) = Input::NoneSourceActions.new(**) |
.pointer ⇒ 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.
73 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 73 def self.pointer(**) = Input::PointerSourceActions.new(**) |
.wheel ⇒ 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.
74 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 74 def self.wheel(**) = Input::WheelSourceActions.new(**) |