SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
29.74k stars 8.02k forks source link

[🚀 Feature]: WebDriver-BiDi - Browsing Context to support Csharp #14126

Closed sooraj171 closed 2 weeks ago

sooraj171 commented 2 weeks ago

Feature and motivation

Please help by adding support for Chsap as well for the WebDriver-BiDi - Browsing Context

Usage example

Not able to use the WebDriver-BiDi - Browsing Context while using Csharp language.

github-actions[bot] commented 2 weeks ago

@sooraj171, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

titusfortner commented 2 weeks ago

I implemented this #14052 which includes some browser context pieces: It uses https://www.nuget.org/packages/WebDriverBiDi

It's on hold because the WebDriverBiDi package might be re-implementing away from using Events, and I don't want to invest any more time without knowing what it will look like, but if you need something available now, you can use that package.

I'm closing this issue because we are not using GitHub issues to track each module in each language, but we're working it.