DEV Community

Discussion on: Using Headless Chrome with Cloud Run

Collapse
 
estbelari profile image
Esteban Beltrán

I did not know what version of chrome I have installed. It helped me install chromedriver-binary-auto. Automatically detects the required version.

pip install chromedriver-binary-auto

Thanks