Deploying Selenium
I had the misfortune of trying to use Selenium in one of my upcoming projects. Actually, Selenium is a pretty amazing tool for automating website testing, but the dependencies can be tricky to nail.
Installing on OSX is pretty straightforward:
|  |  | 
But this became a huge nightmare for me when installing remotely. Fortunately, there is a selenium releases a docker image one can run with this one liner:
|  |  | 
This is what you need to do in python:
|  |  |