I am trying to get selenium to use chromedriver on mac.
I have downloaded the mac version of chromedriver and added it to the same folder as my python file. I am then using:
driver = webdriver.Chrome()
however it doesn't seem to be opening.
This works fine in windows but just not working on mac. anyone got any ideas?
Thanks