Quick Start Guide
Complete guide to getting started with SwiftNet
Prerequisites
Installation Steps
Clone Repository
git clone https://github.com/wibi16/swiftnet2.git
cd swiftnet/pythonUsing UV package installer (recommended)
uv sync --all-extras
source .venv/bin/activate # For Unix
.venv\Scripts\activate # For WindowsInstall from source
cd packages/swiftnet
pip install -e .Install Playwright

Running Examples
Standard setup
With human oversight
With screenshot saving
Last updated

