1 dépôt
An automation tool that leverages Playwright to launch and control a browser, executing tasks via the Gemini API.
Distinct from Playwright Scripts: Distinct from Playwright Scripts: focuses on API-driven execution via Gemini, not script generation.
Explore 1 awesome GitHub repository matching development tools & productivity · API-Driven Executions. Refine with filters or upvote what's useful.
This project is a browser automation system that connects Google's Gemini API to a web browser, enabling an AI agent to perform tasks on a user's behalf by interpreting natural language instructions. At its core, it operates through a continuous screenshot-based action loop, where the agent captures the browser's current state, sends the image to the Gemini model, and executes the model's returned commands to click, type, and navigate. The system distinguishes itself through a dual browser backend abstraction, supporting both local Playwright-controlled browsers and remote Browserbase cloud i
Leverages Playwright to launch and control a browser, executing tasks via the Gemini API.