Does Railway support working with Selenium?
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.
Solution:Jump to solution
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 - https://github.com/brody192/selenium-example-python...
6 Replies
Project ID:
N/A
N/A
node or python?
python
Solution
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 - https://github.com/brody192/selenium-example-python
Thank you very much.