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
I'm trying to match the correct version of the Microsoft Edge WebDriver with the installed version of the Microsoft Edge browser on my Debian system. The version numbers between the browser and the driver don't always align, making it confusing to determine which driver version to use. Sometimes the WebDriver has a version number that the browser doesn't have, or vice versa.
I tried installing a WebDriver with the same version number as the browser, but this doesn't seem to be the best solution. For instance, I currently have version 123.0.2420.53 of both the browser and the driver, and it works fine. However, I can't rely on this approach every time as the versions don't always match.
Run sudo apt list -a microsoft-edge-stable to find the latest browser release.
Look for an exact version match, if available.
However, this method is cumbersome and unreliable, especially when the latest WebDriver and browser versions do not match, causing version errors. How can I accurately determine the correct WebDriver version for my installed Edge browser version? Is there a more systematic way to handle this?
Any guidance or resources would be appreciated!
The text was updated successfully, but these errors were encountered:
I'm trying to match the correct version of the Microsoft Edge WebDriver with the installed version of the Microsoft Edge browser on my Debian system. The version numbers between the browser and the driver don't always align, making it confusing to determine which driver version to use. Sometimes the WebDriver has a version number that the browser doesn't have, or vice versa.
I tried installing a WebDriver with the same version number as the browser, but this doesn't seem to be the best solution. For instance, I currently have version
123.0.2420.53
of both the browser and the driver, and it works fine. However, I can't rely on this approach every time as the versions don't always match.Here's my current process for installation:
sudo apt list -a microsoft-edge-stable
to find the latest browser release.However, this method is cumbersome and unreliable, especially when the latest WebDriver and browser versions do not match, causing version errors. How can I accurately determine the correct WebDriver version for my installed Edge browser version? Is there a more systematic way to handle this?
Any guidance or resources would be appreciated!
The text was updated successfully, but these errors were encountered: