Does Playwright .NET support Web Testing on Android Devices

As of today, Playwright has experimental support for Android automation. This includes Chrome for Android and Android WebView. This support is only available with JavaScript.

You can find more details on the Playwright support documentation

Workarounds:

  • :white_check_mark: Device Emulation: You can use Playwright’s device emulation features in Chrome to simulate your desired viewport sizes.

  • :no_entry_sign: For Native Android Interactions (Real Devices): These are not possible with Playwright .NET as of today. You will need to use frameworks like Appium to test your Android app on real devices.