
Update #2: I downloaded and put chromedriver.exe in C:\Windows and it works, but I didn't see it documented anywhere. Update #1: I found some Python code in, but where do I put the file in Windows 10 if I want to keep the same Python code for both computers? Channels Windows 64-bit All channels may be run in parallel - they install into distinct directories and use dedicated User Data directories. I also found How to run Selenium WebDriver test cases in Chrome? but it seems to be not in Python (no programming language is tagged, what is it?)

Self.driver = webdriver.Chrome(chrome_options=chrome_options) Here is the code that runs the test in Chrome: import unittestĬlass BaseSeleniumTestCase(unittest.TestCase):ĭef start_selenium_webdriver(self, chrome_options=None): But I didn't find out how to install the ChromeDriver on Windows 10? I didn't find it on the documentation. I want to keep the Python code the same for both computers.

We have an Ubuntu server which we use for running Selenium tests with Chrome and Firefox (I installed ChromeDriver) and I also want to run the tests locally on my Windows 10 computer.
