Hello, I am using Selenium on Streamlit Cloud , And everything is working fine in local. but i think on the Streamlit the ip address will be change to “35.230.56.30”. Therefore some web will detect and block my crawler.
My Question is:
How to change my ip address when I use Selenium to craw the web?
Yes, I’ve tried proxy in my selenium, and when I run selenium with proxy in local is okay, but on the streamlin cloud, the selenium can’t connect proxy correctly.
The configuration for running Selenium on Streamlit Community Cloud is different from running it on your local machine. Here is a minimal example of how to run Selenium on CCloud: