Can I run Selenium on Replit? If I can, then how do I do it?

I want to scrape dynamically loaded sites in Replit. How can I do it?

1 Like

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.

3 Likes

That would be great! Thank you!
By the way, I would like to use Selenium with Python.

1 Like

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

1 Like

Thanks a lot! I appreciate it.

1 Like

Thanks a lot! It worked!!!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.