SeleniumHQ / selenium

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

[dotnet] implement high level API for WebDriver BiDi Log Events #14057

Closed titusfortner closed 4 weeks ago

titusfortner commented 1 month ago

Status

Description

Motivation and Context

This is the first part of implementing #13992 in .NET

Feedback

titusfortner commented 4 weeks ago

I'm closing this PR because we are re-evaluating how we want the .NET API to look like. We're investigating moving away from Events as they do not work great with async pattern. It does not make sense to hold this PR open while waiting for that work.