-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Open
Labels
Description
Feature and motivation
Any consumer of Selenium library in .NET cannot use it within publishing his application as Native AOT Deployment.
The detailed affected parts are coming...
Selenium Manager ✅ v4.26
- Selenium Manager - [dotnet] Json serializer gen context for SM output #14481
W3C WebDriver ✅ v4.26
- New Session
- ... - [dotnet] Make classic WebDriver commands/responses AOT compatible #14574
W3C BiDi ✅ v4.28
CDP (DevTools)
- Generate JsonSerializerContext for all DTO models
- ...
Fine tuning
- Address all analyzer warnings
- ...
Usage example
Create console app, publish as native AOT, it fails at runtime.
RenderMichael, NCLnclNCL, whoraks and larsbloch