handrew/browserpilot
Natural language browser automation
This project provides a way to automate web browsing tasks using everyday language. You tell it what to do on a website, like "Go to Google.com, find the search box, type 'buffalo', and press enter," and it performs those actions. This is useful for anyone who needs to perform repetitive tasks on websites without writing complex code, such as researchers gathering data or marketers monitoring competitors.
628 stars. No commits in the last 6 months.
Use this if you need to automate common web browsing actions like navigating pages, clicking elements, typing text, or extracting information, simply by describing the steps in plain English.
Not ideal if you need to build highly robust, production-grade web scraping solutions that are resilient to frequent website design changes, as you still need to be precise in your natural language prompts.
Stars
628
Forks
74
Language
Python
License
MIT
Category
Last pushed
Dec 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/handrew/browserpilot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
fmind/bromate
Web browser automation through agentic workflows.
boraelci/java-test-genie
A command-line tool for AI-driven unit test generation
fabriziosalmi/iamnotacoder
AI code generation and improvement
przeprogramowani/10x-test-planner
A Node-based CLI tool to generate test plans from video recordings using Google's Gemini models.
PinsaraPerera/PyTestAI
PyTestAI is a CLI tool that automatically generates pytest-compatible test cases for your Python...