class Playwright::Android
def devices(host: nil, omitDriverInstall: nil, port: nil)
def devices(host: nil, omitDriverInstall: nil, port: nil) wrap_impl(@impl.devices(host: unwrap_impl(host), omitDriverInstall: unwrap_impl(omitDriverInstall), port: unwrap_impl(port))) end