module Selenium::WebDriver::PointerActions

def pointer_down(button = :left, device: nil, **opts)

def pointer_down(button = :left, device: nil, **opts)
  button_action(button, :create_pointer_down, device: device, **opts)
end