<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Playwright on SoloSoft</title><link>https://www.solosoft.dev/tags/playwright/</link><description>Recent content in Playwright on SoloSoft</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.solosoft.dev/tags/playwright/index.xml" rel="self" type="application/rss+xml"/><item><title>Agent Browser: Vercel's Open-Source Browser Automation for AI Agents</title><link>https://www.solosoft.dev/post/agent-browser-vercel-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/agent-browser-vercel-2026/</guid><description>&lt;p&gt;Web automation has been a solved problem for decades — if you are willing to write code. Tools like Playwright, Puppeteer, and Selenium give developers precise control over browser interactions, letting them automate complex web workflows. But these tools require explicit instructions for every action: find this element, click it, wait for navigation, fill this field, submit.&lt;/p&gt;
&lt;p&gt;Agent Browser, from Vercel Labs, reimagines browser automation for the AI era. Instead of writing step-by-step browser scripts, you describe your goal in natural language, and the AI agent plans and executes the browser interactions. The tool combines Playwright&amp;rsquo;s reliable browser control with LLM-powered page understanding and action planning — letting you automate web workflows with the same ease as asking a human assistant.&lt;/p&gt;</description></item><item><title>AI Browser Automation: The Open-Source Ecosystem for Agentic Web Control</title><link>https://www.solosoft.dev/post/ai-browser-automation-tools-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/ai-browser-automation-tools-2026/</guid><description>&lt;p&gt;When a user attempted to find the GitHub repository at &lt;code&gt;github.com/LvcidPsyche/auto-browser&lt;/code&gt; in early 2026, the response was a 404 page. Whether the project was renamed, removed, or never publicly hosted, one thing is clear: the concept it represented — an &amp;ldquo;auto-browser&amp;rdquo; — is very real, and the ecosystem around it is growing fast.&lt;/p&gt;
&lt;p&gt;The term &amp;ldquo;auto-browser&amp;rdquo; broadly describes any system where an AI agent controls a web browser to complete tasks autonomously. Instead of a human clicking buttons, filling forms, and copying data between tabs, an AI takes the wheel. It reads the page, decides what to do, and uses browser automation frameworks like Playwright to execute actions — all without direct human intervention at every step.&lt;/p&gt;</description></item><item><title>Browser Use: Open-Source AI Agent Framework for Web Browser Control</title><link>https://www.solosoft.dev/post/browser-use-ai-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/browser-use-ai-2026/</guid><description>&lt;p&gt;Web automation has traditionally required rigid, brittle scripts. A Selenium test that fills out a form needs to know every element&amp;rsquo;s ID, class, and XPath. If the page changes even slightly, the script breaks. &lt;strong&gt;Browser Use&lt;/strong&gt; takes a fundamentally different approach: instead of scripted instructions, it gives an LLM-powered agent control of a browser, letting it understand and interact with web pages the same way a human would.&lt;/p&gt;
&lt;p&gt;Built on top of Playwright, Browser Use provides a Python framework that connects large language models to a live browser instance. The agent receives screenshots and page content, decides what actions to take (click, type, scroll, navigate), and executes them through the browser automation layer. This AI-native approach makes Browser Use dramatically more resilient to page changes than traditional automation tools.&lt;/p&gt;</description></item><item><title>MediaCrawler: Open-Source Social Media Data Scraper with 30K Stars</title><link>https://www.solosoft.dev/post/mediacrawler-social-scraper-2026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/mediacrawler-social-scraper-2026/</guid><description>&lt;p&gt;Social media data is a goldmine for market research, trend analysis, and competitive intelligence &amp;ndash; but accessing it programmatically is notoriously difficult. Platforms actively block scrapers, change their APIs, and require complex authentication flows. &lt;strong&gt;MediaCrawler&lt;/strong&gt; has emerged as one of the most popular open-source solutions to this challenge, with over 30,000 GitHub stars and support for all major Chinese social media platforms.&lt;/p&gt;
&lt;p&gt;The project at &lt;a href="https://github.com/NanmiCoder/MediaCrawler"&gt;github.com/NanmiCoder/MediaCrawler&lt;/a&gt; provides a unified framework for crawling data from Xiaohongshu (Little Red Book), Douyin (TikTok China), Kuaishou, Bilibili, Weibo, and more. It uses Playwright for browser automation, IP rotation, and cookie management to bypass anti-scraping measures. The result is a reliable data pipeline for extracting posts, comments, user profiles, and engagement metrics.&lt;/p&gt;</description></item></channel></rss>