Posts

Post not yet marked as solved
6 Replies
This is perhaps a bit late but I ran into the same issue, what worked for me was to specify the parameter as following: driver = webdriver.Safari(executable_path='/usr/bin/safaridriver') check original answer in github: https://github.com/SeleniumHQ/selenium/issues/5109 Hopes this helps anyone running in to this issue in the future!