Method: Selenium::WebDriver::PointerActions#pointer_up
- Defined in:
- lib/selenium/webdriver/common/interactions/pointer_actions.rb
#pointer_up(button = :left, device: nil) ⇒ ActionBuilder
Releases the pressed mouse button at the current mouse location of the PointerInput device.
66 67 68 |
# File 'lib/selenium/webdriver/common/interactions/pointer_actions.rb', line 66 def pointer_up( = :left, device: nil, **) (, :create_pointer_up, device: device, **) end |