<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: GregoryLi360</title>
    <description>The latest articles on DEV Community by GregoryLi360 (@gregoryli360).</description>
    <link>https://dev.to/gregoryli360</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3789139%2F0057fc96-34a5-4b0d-b526-6945a35b25ba.jpeg</url>
      <title>DEV Community: GregoryLi360</title>
      <link>https://dev.to/gregoryli360</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gregoryli360"/>
    <language>en</language>
    <item>
      <title>Agentic Browser Automation – Lightweight Selenium + Claude Code bridge</title>
      <dc:creator>GregoryLi360</dc:creator>
      <pubDate>Tue, 24 Feb 2026 10:24:52 +0000</pubDate>
      <link>https://dev.to/gregoryli360/agentic-browser-automation-1iao</link>
      <guid>https://dev.to/gregoryli360/agentic-browser-automation-1iao</guid>
      <description>&lt;p&gt;The biggest gap to bridge between browser automation and agentic AIs is the web-client interface. Perplexity’s Comet attempted to do this, but their app quickly became a ram-hogging, flaming pile of garbage. Then, we had OpenClaw, which promised so much, but usually ended up gobbling tokens and making little progress. So, I thought of a lightweight alternative – why not combine the strengths of browser automation (Selenium) with agentic coding AIs (Claude Code)?&lt;/p&gt;

&lt;p&gt;I came to this idea first when I had to scrape Amazon listings dynamically for a project. With Amazon’s notoriously aggressive enforcement of anti-bot and anti-scraping policies, I knew I had to get creative with automating this. So, I came to the realization that each page could be dynamically navigated to and loaded with Selenium and then be saved to a static &lt;code&gt;.html&lt;/code&gt; file. Then, Claude could simultaneously read these files and update its actions based on the contents. &lt;/p&gt;

&lt;p&gt;A few days later, I had a new project where I had to review applications from an admin portal. This was when the core idea struck me like déjà vu. I refined the system to use my default browser portfolio, automatically including saved cookies and session data. Then I designed a simple command system for the AI to interact with the browser. The result was a bare-bones yet fully functional system that took the best of both AI coding agents and browser automation tools. &lt;/p&gt;

&lt;p&gt;If you would like to check out the project, the GitHub repo is &lt;a href="https://github.com/GregoryLi360/Agentic-Browser-Automation/" rel="noopener noreferrer"&gt;https://github.com/GregoryLi360/Agentic-Browser-Automation/&lt;/a&gt;. The main &lt;code&gt;browse.py&lt;/code&gt; file is a mere ~250 lines of code. Any feedback is appreciated!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>javascript</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
