Joyz
Results
2
comments of
Joyz
There are 2 problems in this script: 1. The executable path is not correct, it should be `/usr/local/bin/chromedriver` (but it is actually not required as it should be the default...
@stevenhurwitt Could you try with adding these arguments, see if the crash still happens? ``` opts.add_argument('--no-sandbox') opts.add_argument('--headless') opts.add_argument('--disable-gpu') ```