A simple tool to visdiff two web pages.
Project description
quickshot
Make a quick visualdiff between two pages or png files.
Requirements
Currently Quickshot only uses the Geckodriver webdriver. Downloading and installing Firefox may be sufficient to get you set up.
Ensure Firefox is in your path after installing.
You may also need to install Geckodriver separately.
- On a Mac run,
brew install geckodriver - For Windows or Unix binaries see the release section of the Geckodriver project page.
You should also have ImageMagick installed.
Test if you already have ImageMagick installed by running, convert -version in your terminal.
Installing ImageMagick
- On a Mac run,
brew install imagemagick - Windows binaries
- Unix Binaries
Installation
Via Pip
- Run
pip install quickshot
From source
- Set up a virtuanenv in some fashion,
vex --python /usr/local/bin/python3 -m quickshot - Install dependencies
pip3 install -r requirements.txt
ini files
You can add credentials to sign in to a web form in a file called 'quickshot.ini'.
Since the .ini is included in the .gitignore file, (To help prevent you from committing your credentials to the cloud), you'll first need to create it.
Each block can contain an email and password items.
Quickshot will attempt to use webdriver.find_element_by_name() to locate elements on the page that correspond to these values.
An example configuration block might look like;
[example]
email = doe@example.com
password = foobar
Usage
Quickshot takes two required arguments being the urls of the two pages you want to compare.
python quickshot.py "http://www.google.com" "http://www.google.fr"
There are also some optional arguments;
-w, --wait, length in seconds to wait after loading a page before taking a screenshot.-i, --ini, named section to load fromquickshot.iniconfiguration file.-f, --files, flag allowing you to pass in names of.pngfiles stored in/screenshotsinstead of urls.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Quickshot-1.2.tar.gz.
File metadata
- Download URL: Quickshot-1.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6adfc0afe5090b1f93b0881091329b11a948871bb1ff5f32fcccecaec6832249
|
|
| MD5 |
545d41ec1cca97455e151b621290f6c2
|
|
| BLAKE2b-256 |
65bed9b55c99a45da4f0cbbab3d6f9efbf5d0eae8d1fa1227977d0bfed2cf204
|
File details
Details for the file Quickshot-1.2-py3-none-any.whl.
File metadata
- Download URL: Quickshot-1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba2ed0d83f94477f0754a57309bb5326ff316897f4228f3fd284b1015e8004d0
|
|
| MD5 |
7f5b726c4be85137f857f7a9b37b9411
|
|
| BLAKE2b-256 |
581c9726df3d7e12da1d2fef0d8cf5199aa1d173a9be321bf62b1b6374afc4ff
|