Tag
Built an AI agent that automates job applications by tailoring resumes and filling forms, but requires user approval before submission. Uses Python, Playwright, and an LLM.
shot-scraper 1.10 introduces a new 'shot-scraper video' command that uses Playwright to record video demos of web application routines, enabling coding agents to produce visual proof of their work.
A developer open-sourced patchright-cli, a lightweight CLI that uses Patchright to allow AI agents to drive a real Google Chrome browser, designed to avoid detection on websites.
Playwright scrapers in production on Node.js start failing around 20 concurrent browser sessions, causing memory spikes and crashes. The developer notes documentation does not warn about this limit.
Intuned is a YC-backed tool that uses an AI agent to build, deploy, and maintain Playwright-based browser automations, handling scraping, RPA, and crawlers with built-in anti-detection and authentication.
Upgraded Playwright MCP to provide full DOM serialization for AI agents, improving visibility of interactive elements compared to the default ARIA snapshot. Open-sourced for developers building AI test agents.
Microsoft has released a terminal-native Web Agent framework called Webwright, which automates web operations by having LLMs write Playwright scripts. It features a minimal architecture and state-of-the-art performance, with support for multiple model backends and product integrations.
A fork of Playwright that generates unique browser fingerprints per session to enable AI agents to navigate the web undetected. The project is fully open-source under MIT license.
Midscene.js's HTML replay report design helps developers quickly locate the cause of AI automation failures through the triple combination of screenshots, prompt, and model output.
A comprehensive overview of nine powerful plugins and tools that turn Claude Code into an autonomous engineering system, enabling faster debugging, codebase search, UI generation, database queries, and terminal access.
The article introduces CloakBrowser, an open-source stealth Chromium-based browser designed to bypass bot detection systems like reCAPTCHA and Cloudflare Turnstile. It claims to offer superior stealth capabilities by patching the C++ source code rather than injecting JavaScript, positioning itself as a free alternative to expensive commercial anti-detect browsers.
The author releases StealthFox, an open-source Firefox fork designed to bypass anti-bot systems by generating unique, consistent browser fingerprints at the C++ level for AI web agents.
A Python library that scrapes websites while bypassing bot protections like Cloudflare and Akamai by rotating fingerprints, mimicking browser headers, and automatically handling CAPTCHAs. It uses Headless Chromium, Playwright, proxy rotation, and is fully open-source.
Announcement of a course on React end-to-end testing with Playwright, covering browser automation, user journeys, auth, search, test setup, and debugging tips.
CloakBrowser is an open-source stealth Chromium browser that passes bot detection tests through 49 C++ source-level patches, offering drop-in replacements for Playwright and Puppeteer in Python and JavaScript.