问题
Trying to scrape off some data from footlocker.com
for an academic project but I get an error when I try to open the page using Selenium:
from selenium import webdriver
driver = webdriver.Chrome("/Users/rushabhnahar/Downloads/chromedriver")
driver.get("https://www.footlocker.com/adidas-Originals/Shoes/_-_/N-
zrZrj?cm_REF=Shoes&crumbs=991")
It opens up the browser and the respective page but gives an error saying 'We are sorry'.
Any help will be appreciated.
来源:https://stackoverflow.com/questions/52397640/cannot-scrape-website-using-selenium-in-python