module Selenium::WebDriver::PointerActions

def release(device: nil)

def release(device: nil)
  pointer_up(:left, device: device)
  self
end