You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it continues working in Windows 11, to the best of my knowledge. And in any case, WebDriverManager also uses the registry information to discover browser versions (see here).
In any case, I plan to change the WMIC commands used in WebDriverManager with the equivalent PowerShell commands in the short future.
https://github.com/bonigarcia/webdrivermanager/blob/7a70df443154872e4473f85c7d591e234ae5ab75/src/main/java/io/github/bonigarcia/wdm/versions/VersionDetector.java#L200C32-L200C47
wmic is deprecated in win11, I have no wmic command in win11, so I detected chrome nothing
see https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic
The text was updated successfully, but these errors were encountered: