microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.

Home Page:https://playwright.dev/dotnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature]: Port Android Support To .NET

Xen0byte opened this issue · comments

🚀 Feature Request

This is possible on the TS version and it would be usefull to the .NET peeps as well: https://playwright.dev/docs/next/api/class-android.

Example

await Android.Connect(wsEndpoint);
await Android.Connect(wsEndpoint, options);

// ... etc.

Motivation

It should be possible to test mobile browsers with Playwright as well. I am aware that iOS is currently unsupported (hopefully this will be added soon), but support for Android should be implemented on the .NET side too.

Folding into #1178