module Selenium::WebDriver::KeyActions

def key_up(*, device: nil)

def key_up(*, device: nil)
  key_action(*, action: :create_key_up, device: device)
end