Python RPA Webdriver from Windows to Linux
'm developing on Windows a robot (RPA Python - Selenium) that will use the Google Chrome webdriver (chromedriver_win32) to perform a search on web pages.
My question, if I was going to put my program to run on the Linux server, would I just have to change my webdriver to chromedriver_linux64 for example?
Or would you need to make other adjustments?