class Playwright::Keyboard

def up(key)

Dispatches a `keyup` event.
def up(key)
  wrap_impl(@impl.up(unwrap_impl(key)))
end