Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] Small performance improvement for DriverFactory (#12497)
Small performance improvement for DriverFactory I noticed in 962a34b that an `if`-statement was used, while probably an `else-if` should have been used, to skip all other conditions when the Chrome driver is used.
- Loading branch information