Python app with selenium help please :)
Im having an issue with chromedriver not being able to find the binary I think(?) based on the traceback
Traceback:
Solution:Jump to solution
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...
GitHub
GitHub - brody192/selenium-example-python
Contribute to brody192/selenium-example-python development by creating an account on GitHub.
4 Replies
Project ID:
N/A
N/A
Solution
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
GitHub
GitHub - brody192/selenium-example-python
Contribute to brody192/selenium-example-python development by creating an account on GitHub.
Hey! Thank you for the reply, that looks interesting I will give it a go! Thank you π
Its actually undetectedChromdriver but testing now!
Okay UC does not have .Remote π