Skip to main content

ACI for websites

Project description

SWEer

Dev setup

pip install -e '.[dev]'
pre-commit install
pytest

Usage

First, start the backend

sweer-backend

Next, start running commands

# If argument is an existing local path, will try to open local file instead
sweer open theguardian.com
sweer screenshot
sweer click 0

Configuration

SWEer can be configured using environment variables:

Browser Configuration

You can configure which browser backend to use:

# Use Firefox instead of the default Chromium
export SWEER_BROWSER_TYPE="firefox"
sweer-backend

# Use Chromium (default)
export SWEER_BROWSER_TYPE="chromium"
sweer-backend

Supported browser types:

  • chromium (default) - Uses Chromium browser
  • firefox - Uses Firefox browser

Custom Browser Executable Paths

You can specify custom installations of browsers instead of using Playwright's default bundled browsers:

# Use a custom Chromium installation
export SWEER_CHROMIUM_EXECUTABLE_PATH="/usr/bin/chromium-browser"
export SWEER_BROWSER_TYPE="chromium"
sweer-backend

# Use a custom Firefox installation
export SWEER_FIREFOX_EXECUTABLE_PATH="/usr/bin/firefox"
export SWEER_BROWSER_TYPE="firefox"
sweer-backend

This is useful when:

  • You want to use a system-installed browser instead of Playwright's bundled version
  • You need to use a specific browser version
  • You want to use a browser with custom configurations or extensions pre-installed
  • You're working in an environment where Playwright's bundled browsers aren't available

Other Configuration Options

# Enable automatic screenshotting after each action
export SWEER_AUTOSCREENSHOT="1"

# Configure window size
export SWEER_WINDOW_WIDTH="1280"
export SWEER_WINDOW_HEIGHT="720"

# Run browser in headed mode (visible window)
export SWEER_HEADLESS="0"

# Change screenshot delay (in seconds)
export SWEER_SCREENSHOT_DELAY="0.5"

If navigating a lot, you can activate automatic screenshotting with

export SWEER_AUTOSCREENSHOT="1"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sweer-1.0.0.dev1.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sweer-1.0.0.dev1-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file sweer-1.0.0.dev1.tar.gz.

File metadata

  • Download URL: sweer-1.0.0.dev1.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for sweer-1.0.0.dev1.tar.gz
Algorithm Hash digest
SHA256 f421fe129ffd2e4a5dd6248754976acf6778ff70300a91335460fb9d30f64800
MD5 24c52ffdce45b0db3e0a79ed8c52bc90
BLAKE2b-256 51e4cfa93164eb2ba9c4f961bd61e4a50b98bb4450aa60689a7e52181e552bac

See more details on using hashes here.

File details

Details for the file sweer-1.0.0.dev1-py3-none-any.whl.

File metadata

  • Download URL: sweer-1.0.0.dev1-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for sweer-1.0.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 a94a0a13564bb255ef2fabea73f230cc108d6150ccf4b6d56aa0b1115b69e983
MD5 49f9a167cf7e219a478757d372a57f1a
BLAKE2b-256 85358eb2247e24b25e09a9c69870840bd84b68ab72f5790ed05b13765b1b0ed8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page