Skyvern/skyvern/webeye
2024-05-27 15:28:41 +08:00
..
actions input data instantly for press_sequentially when there's too much characters (#367) 2024-05-26 12:15:13 -07:00
scraper fix scrolling failure on some websites (#369) 2024-05-27 15:28:41 +08:00
__init__.py Move the code over from private repository (#3) 2024-03-01 10:09:30 -08:00
browser_factory.py adopt ruff as the replacement for python black (#332) 2024-05-16 18:20:11 -07:00
browser_manager.py adopt ruff as the replacement for python black (#332) 2024-05-16 18:20:11 -07:00
README.md WYV-1186 Create API to replay webhook callbacks (#4) 2024-03-02 00:38:32 -05:00
string_util.py Move the code over from private repository (#3) 2024-03-01 10:09:30 -08:00

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

  1. Clone the repository

    git clone https://your-repository-url.git
    cd webhuman
    
  2. Install dependencies

     poetry install
    
  3. Define the following environment variables

    export
    
  4. Run the project

    python web_eye.py <url>