Install chromedriver via package instead of executable

13,791

I found a great library to manage this: webdriver_manager

Share:
13,791
Rafael C.
Author by

Rafael C.

Updated on June 04, 2022

Comments

  • Rafael C.
    Rafael C. almost 2 years

    Currently I am working on a selenium webdriver project using python. My tests run only in chrome (when the executable file is present in the project). Is there an updated alternative to install the chromedriver via package?

    My problem is that my code is in github, so if my colleague wants to test locally, the executable chromedriver file that works for me may not work for him. How can solve that?

  • Rafael C.
    Rafael C. about 7 years
    I'm trying to use it, but even so i'm not able to install chromedriver. See my tox.ini here take.ms/Lq37g and see my requirements.txt here take.ms/BZONn then after run tox, the chromedriver is not installed. Any idea?