Browser Driver is a Wrapper for Selenium Web Automation
Project description
This project contains a wrapper for selenium, a framework to automate a browser, and often used in testing. This wrapper provides
Logging, because good software has good logging
Browser Upgrade Protection; because as they race to out-do each other, the browser behaves differently with some updates
Selenium behavior supplementation; for instance, with an update, Chrome required an element to be scrolled into view or an error occurred. Having a central wrapper allows for making that sort of update in one location
Screenshots, because if you want to run lights-out (not visible), you’ll need a screenshot of what went wrong to fix it.
Installation
c:\browser_test> venv\scripts\pip -install sjb.browserdriver
To upgrade an existing installation add the additional switch
c:\browser_test> venv\scripts\pip -install sjb.browserdriver --upgrade
Documentation
This project is documented using Sphinx and reStructuredText, using a theme provided by Read the Docs.
Documentation can be found in several locations
docs\ as html
docs_source\ as reStructuredText source
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file sjb.browserdriver-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: sjb.browserdriver-0.1.0-py2-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4e4f45667ce872c9c63f2c3b7c2d3d2ed419e656f28b6c5ba8d016db5d04b8c |
|
MD5 | 38cf870c0c3ae885b54c8126ff5c2f81 |
|
BLAKE2b-256 | fcac3aa8287a980f6b7bfb65a97a8f988584d22fd32556acfbd6730fd0932e98 |