I'm trying to scrape some content from web using selenium
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
browser=webdriver.Firefox()
And I get the following error, Thanks in advance.
AttributeError: module 'selenium.webdriver' has no attribute 'Firefox'
Aucun commentaire:
Enregistrer un commentaire