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:
-
Device Emulation: You can use Playwright’s device emulation features in Chrome to simulate your desired viewport sizes.
-
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.