Installed versions --
SeleniumLibrary == 6.8.0
selenium == 4.16.0
The requirements.txt for SeleniumLibrary shows dependency as "selelnium >= 4.3.0" and hence when upgrading selenium library the selnium version wasn't upgraded. Now the downloads for firefox/edge started failing. We upgraded to latest version of selenium and the downloads are working again.
Dependencies in requirements.txt should be updated so that pip dependency resolver can automatically update to the required version.
Installed versions --
SeleniumLibrary == 6.8.0
selenium == 4.16.0
The requirements.txt for SeleniumLibrary shows dependency as "selelnium >= 4.3.0" and hence when upgrading selenium library the selnium version wasn't upgraded. Now the downloads for firefox/edge started failing. We upgraded to latest version of selenium and the downloads are working again.
Dependencies in requirements.txt should be updated so that pip dependency resolver can automatically update to the required version.