microsoft / playwright-dotnet

.NET version of the Playwright testing and automation library.
https://playwright.dev/dotnet/
MIT License
2.47k stars 235 forks source link

[Feature]: Port Android Support To .NET #2862

Closed Xen0byte closed 8 months ago

Xen0byte commented 8 months ago

🚀 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.

mxschmitt commented 8 months ago

Folding into https://github.com/microsoft/playwright-dotnet/issues/1178

shubham-jaisw commented 4 months ago

@mxschmitt is the Android support added to .NET? The Playwright documentation for https://playwright.dev/dotnet/docs/next/api/class-android is not avaialble for .NET.

mxschmitt commented 4 months ago

As per https://github.com/microsoft/playwright-dotnet/issues/1178 the feature request is still open.