I downloaded the Selenium Python package including server, but I get an error:
File "<pyshell#6>", line 1, in <module>
from selenium import webdriver
ImportError: cannot import name webdriver
|
I downloaded the Selenium Python package including server, but I get an error:
|
|||||
|
|
There are two versions of Selenium. There is a Java server, which you can interface with Python using It sounds like you might have downloaded the To do that run
|
|||
|
|