I want to scrape dynamically loaded sites in Replit. How can I do it?
Hi @zaieem
Yeah, you can run Selenium on Replit (note that you will have to do stuff with Nix, like chromedriver is a nix package). I can give you projects of other people with selenium on replit if you want.
That would be great! Thank you!
By the way, I would like to use Selenium with Python.
Cool,
https://replit.com/@yodaluca23/Selenium-Browser?v=1
This seems to not be using nix, so this is not the best
I think this topic will be useful:
I had a deleted project (restored it) and it used selenium.
https://replit.com/@doxr/farmer
IIRC there is some Replit documentation too if I can find it I’ll edit this
Edit: can’t find any in docs but I did find this…
https://replit.com/talk/learn/Python-Selenium-Tutorial-The-Basics/148030
I know that’s selenium in general but it could be useful maybe idk
Thanks a lot! I appreciate it.
Thanks a lot! It worked!!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.