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
fix for conda install of selenium-manager (#12536)
* fix for conda install of selenium-manager
conda doesn't seem to properly package selenium-manager, so it needs
to be install as a separate package (via conda). But this puts it in
the environment's bin folder.
This commit checks the path for the selenium-manager executable if
it isn't installed in the package's webdriver/common/<platform>/
folder.
fixes#11234 and #12084
* fix linting error
* use conda bin folder, rather than searching PATH
* fix for tox/linting error
0 commit comments