class Selenium::WebDriver::Interactions::PointerInput

def create_pointer_down(button, **)

def create_pointer_down(button, **)
  add_action(PointerPress.new(self, :down, button, **))
end