A tool to identify and report browser issues triggered by visiting a list of URLs.
Project description
Site Scout
Site Scout is a tool that can identify issues that are triggered by visiting live content. The primary goal is to create a tool that can be used in automation to collect debugging data for issues such as crashes and assertion failures. A collection of URLs to visit must be provided.
Installation
Install the latest version from PyPI:
pip install site-scout --upgrade
Usage
Visit one or more URLs (typically used to reproduce an issue):
site-scout <firefox-bin> -u <url> [<url> ...]
Visit a collection of URLs from a file:
site-scout <firefox-bin> -i <urls>.yml [<urls>.yml ...]
Input Formats
YML - URLs to visit are stored in the following format:
# subdomain.domain.tld/path
domain.tld:
subdomain:
- /path
# '*' is used to omit the subdomain
github.com:
'*':
- /MozillaSecurity/site-scout
mozilla.org:
www:
- /
- /firefox/browsers/mobile/
- /firefox/new/
JSONL - URLs to visits with optional alias:
{"url1.tld": "alias-string-1"}
{"url2.tld/path": "alias-string-2"}
{"sub.url3.tld": null}
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 site_scout-3.0.0.tar.gz.
File metadata
- Download URL: site_scout-3.0.0.tar.gz
- Upload date:
- Size: 42.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dc1384d15bf08fb45661893fb6ce821e6640fe791725b0947ea6e1ab38228ba
|
|
| MD5 |
bf1a9585ab081d331f1fc2703f25f12a
|
|
| BLAKE2b-256 |
6feb6ff337c258978b0a5bcd0aa16b4319bf4499eb8d5f6b065f4c454796cd47
|
File details
Details for the file site_scout-3.0.0-py3-none-any.whl.
File metadata
- Download URL: site_scout-3.0.0-py3-none-any.whl
- Upload date:
- Size: 47.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e1a8434b0f9c56d5657042107e2322b94347c9c5c660575a5a7d9cd8bd50e59
|
|
| MD5 |
30b91d0e098b4067e1e640a4330355cc
|
|
| BLAKE2b-256 |
7c2c4b76e02ed842831f0f83870d5610adb9f26ec79e8c21bff37b90de06f074
|