Sign inSign up

denny/python-selenium

By denny

Updated almost 9 years ago

Use Python Selenium For GUI Automation Test

Image
0

457

denny/python-selenium repository overview

Build Status Docker PRs Welcome

LinkedIn Github Twitter Slack

python-selenium

Use Python Selenium For GUI Automation Test

Read more: https://www.dennyzhang.com/python_selenium

How To Start Test

# Start container
docker run -d --restart=always \
    -v /tmp/screenshot:/tmp/screenshot \
    -h selenium --name selenium denny/python-selenium:v1

# Run A Sample Test. 
# With customized test scripts, you can do more!
docker exec selenium \
   python /home/seluser/selenium_load_page.py \
   --page_url https://www.dennyzhang.com --should_save_screenshot

# Check Screenshot
ls -lth /tmp/screenshot

Code is licensed under MIT License.

Tag summary

Content type

Image

Digest

Size

359.1 MB

Last updated

almost 9 years ago

docker pull denny/python-selenium