[🚀 Feature]: [dotnet] Reevaluate Add*
methods in DriverOptions
#15700
Labels
A-needs-triaging
A Selenium member will evaluate this soon!
C-dotnet
.NET Bindings
I-enhancement
Something could be better
Description
To initiate Options object we have to write:
At the same time we still have an access to:
In general it looks like
Have you considered any alternatives or workarounds?
What if we remove all
Add*
methods and allow collections to be natively mutable? It will significantly simplify usage:And finally even to be focused on driver initialization without any intermediate local variables:
The text was updated successfully, but these errors were encountered: