Closed Braskaaa closed 7 years ago
It appears that there is a problem with your phantomjs
install.
Here's the SSCCE for phantomjs
. If this doesn't run, the script won't run.
which phantomjs
python3 -c 'from selenium import webdriver; driver = webdriver.PhantomJS(); driver.get("https://github.com"); print(driver.title); driver.quit()'