notionSnapshot icon indicating copy to clipboard operation
notionSnapshot copied to clipboard

Failed to download chromedrive

Open alexchenzl opened this issue 1 year ago • 2 comments

When I run test.sh, it failed to download the chromedriver.

I found out the reason is the chromedriver download link has been changed since version M115. Pls refer to https://sites.google.com/chromium.org/driver/ for more information.

My current workaround is manually download chrome and chromedriver, and specify the executable_path in driver.py mannually. But I think there should be a generic solution.

My environment is Ubuntu 20.04.

alexchenzl avatar Sep 06 '23 05:09 alexchenzl

I created a Dockerfile. It's still a work in progress but has effectively resolved this issue.

sueszli avatar Jun 25 '24 09:06 sueszli