webdriver-python icon indicating copy to clipboard operation
webdriver-python copied to clipboard

A Docker container to simplify writing Selenium Python tests. It uses Firefox as the driver.

Results 2 webdriver-python issues
Sort by recently updated
recently updated
newest added

There is a row describes taking screenshot: `$ docker run -v $PWD/shots:/sreenshots aerofs/webdriver-python` and there's a tiny mistake in the word 'sreenshots' `$ docker run -v $PWD/shots:/screenshots aerofs/webdriver-python` BTW thanks...

I tried that image in order to resolve some other issues. However, after I made some more installings on the image and run a simple test case with nose, I...