You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can try Playwright against Chrome for Android today. This support is experimental. Support for devices is tracked in the issue [#1122](https://github.com/microsoft/playwright/issues/1122).
4
+
5
+
## Requirements
6
+
7
+
-[Playwright 1.6](https://www.npmjs.com/package/playwright) or newer
8
+
-[ADB daemon](https://developer.android.com/studio/command-line/adb) running and authenticated with your device.
9
+
-[`Chrome 87`](https://play.google.com/store/apps/details?id=com.android.chrome) or newer installed on the device
10
+
- "Enable command line on non-rooted devices" enabled in `chrome://flags`.
11
+
12
+
> Playwright will be looking for ADB daemon on the default port `5037`. It will use the first device available. Typically running `adb devices` is all you need to do.
0 commit comments