Class: Selenium::WebDriver::BiDi::Protocol::Input::KeySourceAction Private
- Inherits:
-
Serialization::Union
- Object
- Serialization::Union
- Selenium::WebDriver::BiDi::Protocol::Input::KeySourceAction
- 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_down ⇒ Object private
- .key_up ⇒ Object private
- .pause ⇒ Object private
Methods inherited from Serialization::Union
build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants
Class Method Details
.key_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.
108 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 108 def self.key_down(**) = Input::KeyDownAction.new(**) |
.key_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.
109 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 109 def self.key_up(**) = Input::KeyUpAction.new(**) |
.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.
107 |
# File 'lib/selenium/webdriver/bidi/protocol/input.rb', line 107 def self.pause(**) = Input::PauseAction.new(**) |