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.dev4.tar.gz (20.0 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.dev4-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sweer-1.0.0.dev4.tar.gz
  • Upload date:
  • Size: 20.0 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.dev4.tar.gz
Algorithm Hash digest
SHA256 1fd5b04f456f57ab5055e4c86ea86f68abb173902d412f2aae304face343c87f
MD5 988048ae070ef39a70669b30de068212
BLAKE2b-256 f2ee0efee573834b1cc726184ec17e208f42202d72cda464d040a591938c3855

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sweer-1.0.0.dev4-py3-none-any.whl
  • Upload date:
  • Size: 15.0 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.dev4-py3-none-any.whl
Algorithm Hash digest
SHA256 92aed0ee832105656e7452dd6cf9caeb5988827e94d6b6f5602615a5b6e366ce
MD5 e667c559fa06a758d1872eab963693b8
BLAKE2b-256 5381bb1aebd6f41667a4e958808fdb6af4155636baee1019066af2db9dfa81f4

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