class Selenium::WebDriver::Interactions::PointerInput
def create_pointer_up(button, **opts)
def create_pointer_up(button, **opts) add_action(PointerPress.new(self, :up, button, **opts)) end
def create_pointer_up(button, **opts) add_action(PointerPress.new(self, :up, button, **opts)) end