module Selenium::WebDriver::PointerActions
def pointer_up(button = :left, device: nil, **opts)
def pointer_up(button = :left, device: nil, **opts) button_action(button, :create_pointer_up, device: device, **opts) end
def pointer_up(button = :left, device: nil, **opts) button_action(button, :create_pointer_up, device: device, **opts) end