Class: Selenium::WebDriver::BiDi::Protocol::Input::PointerSourceAction Private

Inherits:
Serialization::Union show all
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

Methods inherited from Serialization::Union

build, discriminator, fallback, from_json, object_only, presence, scalar_values, valid_outbound?, variants

Class Method Details

.pauseObject

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_downObject

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_moveObject

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_upObject

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(**)