All pages
Powered by GitBook
1 of 1

Loading...

Quick Start Guide

Complete guide to getting started with SwiftNet


Prerequisites


Installation Steps

  • Clone Repository

  • Using UV package installer (recommended)

  • Install from source

  • Install Playwright



Running Examples

  • Standard setup

  • With human oversight

  • With screenshot saving


git clone https://github.com/wibi16/swiftnet2.git
cd swiftnet/python
uv sync --all-extras
source .venv/bin/activate  # For Unix
.venv\Scripts\activate     # For Windows
cd packages/swiftnet
pip install -e .
playwright install --with-deps chromium
python examples/example.py --logs_dir ./logs
python examples/example.py --logs_dir ./logs --hil_mode
python examples/example.py --logs_dir ./logs --save_screenshots