mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
| .. | ||
| actions | ||
| scraper | ||
| utils | ||
| __init__.py | ||
| browser_factory.py | ||
| browser_manager.py | ||
| chromium_preferences.json | ||
| README.md | ||
| string_util.py | ||
Table of Contents generated with DocToc
WebHuman Automation Tool
WebHuman is a Python-based automation tool that uses Playwright to interact with web pages.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
Before you begin, ensure you have the following installed:
Installation
-
Clone the repository
git clone https://your-repository-url.git cd webhuman -
Install dependencies
poetry install -
Define the following environment variables
export -
Run the project
python web_eye.py <url>