Every selenium example failed

Hi @IlIl

A while back, I’ve created this Streamlit app screenshot app that uses selenium.

Here’s the demo app https://screenshot.streamlit.app/

And the repo GitHub - dataprofessor/app-screenshot: Streamlit App Screenshot

The library dependencies as defined in requirements.txt file is as follows:

streamlit
selenium==4.11.2
webdriver-manager
psutil

1 Like