Module: Selenium::WebDriver::DriverExtensions::HasTouchScreen Private
- Included in:
- Chrome::Driver
- Defined in:
- lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #touch ⇒ Object private
Instance Method Details
#touch ⇒ 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.
22 23 24 |
# File 'lib/selenium/webdriver/common/driver_extensions/has_touch_screen.rb', line 22 def touch TouchActionBuilder.new Mouse.new(@bridge), Keyboard.new(@bridge), touch_screen end |