2 years ago
I have a script that I use to get news to my discord server, it runs on selenium, so I would like to know if selenium can work correctly.
5 Replies
2 years ago
N/A
2 years ago
node or python?
2 years ago
python
2 years ago
then I would highly recommend using Browserless, using it means you don't have to install Chrome and all of its needed dependencies into your container or deal with any of the issues involved in that, and this will significantly speed up both the build and the publishing stage.
Browserless template here - https://railway.app/template/browserless
And here's an example repo that shows you how to use Browserless with selenium -
2 years ago
Thank you very much.