3 repositorios
Generates standalone Playwright scripts that replicate extraction logic without requiring a language model at runtime.
Distinct from Script Generators: Distinct from Script Generators: specifically generates Playwright browser automation scripts, not general shell or SQL scripts.
Explore 3 awesome GitHub repositories matching development tools & productivity · Playwright Scripts. Refine with filters or upvote what's useful.
Steel is a cloud browser automation platform that provides a REST API for launching and controlling remote Chrome browser sessions. It enables programmatic browsing and web scraping using standard automation tools like Puppeteer, Playwright, and Selenium, connecting to cloud-hosted browser instances via WebSocket and the Chrome DevTools Protocol. The platform supports both headless and headful browser sessions, with language-specific SDKs for TypeScript and Python. The service distinguishes itself through comprehensive anti-detection capabilities, including residential proxy rotation, CAPTCHA
A REST API that launches and manages remote Chrome sessions for programmatic browsing with Puppeteer, Playwright, or Selenium.
Produces a standalone Playwright script that replicates the extraction logic without requiring an LLM at runtime.
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.