Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for conda install of selenium-manager (SeleniumHQ#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 SeleniumHQ#11234 and SeleniumHQ#12084 * fix linting error * use conda bin folder, rather than searching PATH * fix for tox/linting error
- Loading branch information