-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!B-buildIncludes scripting, bazel and CI integrationsIncludes scripting, bazel and CI integrationsC-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be better
Description
Description
For now our tests are targeted to .NET8.0
, it is OK. In fact Selenium supports .NET Framework
implicitly via netstandard2.0
API definition. But the reality .NET Framework
is absolutely different implementation of the API.
Have you considered any alternatives or workarounds?
And we already see this impact: #16091
It is only one obvious issue we could handle before release. There are more many potential issues in network module (CDp/BiDi).
It would be nice if we execute unit tests for .NET Framework
too. Hm, 4.6.1
or 4.8
?
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!B-buildIncludes scripting, bazel and CI integrationsIncludes scripting, bazel and CI integrationsC-dotnet.NET Bindings.NET BindingsI-enhancementSomething could be betterSomething could be better