class Playwright::AndroidInput

def type(text)

Types `text` into currently focused widget.
def type(text)
  wrap_impl(@impl.type(unwrap_impl(text)))
end