Код: Выделить всё
[url=/]Quotes to Scrape[/url]
[url=/login]Login[/url]
Код: Выделить всё
# Start driver
driver_path = "chromedriver"
driver = webdriver.Chrome(driver_path)
# Navigate to the website
driver.get('http://quotes.toscrape.com/')
driver.maximize_window()
driver.find_element('//bento/orange[contains(@Class,"small")]').click()
Подробнее здесь: https://stackoverflow.com/questions/753 ... b-scraping
Мобильная версия