class Playwright::Android
def connect(wsEndpoint, headers: nil, slowMo: nil, timeout: nil)
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