class Playwright::Android

def connect(wsEndpoint, headers: nil, slowMo: nil, timeout: nil)

Use [`method: Android.launchServer`] to launch a new Android server instance.
This methods attaches Playwright to an existing Android device.
def connect(wsEndpoint, headers: nil, slowMo: nil, timeout: nil)
  raise NotImplementedError.new('connect is not implemented yet.')
end