Skip to content

dennyzhang/python-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Use Python Selenium For GUI Automation Test

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published