aflansburg / amzreviewsscrape

Scrape Amazon Product Reviews using Python and the Selenium WebDriver for Chrome
MIT License
22 stars 10 forks source link

chrome crashes #3

Closed anotherbird closed 3 years ago

anotherbird commented 5 years ago

..the culprit error - DevTools add please in helpers:

options.add_argument("--disable-dev-shm-usage")
options.add_argument('--no-sandbox')

thanks

aflansburg commented 3 years ago

Apologies for letting this slide for so long.

aflansburg commented 3 years ago

This is fixed now and arguments added in https://github.com/aflansburg/amzreviewsscrape/pull/8