Class
Selenium::WebDriver::TouchActionBuilder
In:
lib/selenium/webdriver/common/touch_action_builder.rb
Parent:
ActionBuilder
Methods
double_tap
down
flick
long_press
move
new
scroll
single_tap
up
Public Class methods
new
(mouse, keyboard, touch_screen)
@api private
Public Instance methods
double_tap
(element)
down
(x, y = nil)
flick
(*args)
long_press
(element)
move
(x, y = nil)
scroll
(*args)
single_tap
(element)
up
(x, y = nil)
[Validate]