<?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: Wert1209yt</title>
    <description>The latest articles on DEV Community by Wert1209yt (@wertphp).</description>
    <link>https://dev.to/wertphp</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%2F3779780%2F86169793-dee0-4cce-8218-1eba87a17822.png</url>
      <title>DEV Community: Wert1209yt</title>
      <link>https://dev.to/wertphp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wertphp"/>
    <language>en</language>
    <item>
      <title>Autonomous browser driver written in PHP</title>
      <dc:creator>Wert1209yt</dc:creator>
      <pubDate>Wed, 18 Feb 2026 16:01:30 +0000</pubDate>
      <link>https://dev.to/wertphp/autonomous-browser-driver-written-in-php-44ko</link>
      <guid>https://dev.to/wertphp/autonomous-browser-driver-written-in-php-44ko</guid>
      <description>&lt;h2&gt;
  
  
  &lt;em&gt;Browser control via PHP&lt;/em&gt;
&lt;/h2&gt;

&lt;h3&gt;
  
  
  I created a browser management framework in PHP!
&lt;/h3&gt;

&lt;p&gt;I was inspired by Selenium from Python, but there was a problem: it required the built-in Chromedriver, and as we know, Python isn't exactly known for its speed!&lt;br&gt;
I decided to write a Selenium "killer" in PHP, but wait, how can I do it without Chromedriver?&lt;br&gt;
Easy! Just use the CDP protocol used by Chrome/Chromium, and we'll manage the page via JS (it's simple and doesn't limit the possibilities as it might seem).&lt;br&gt;
For the implementation, I'm using Swoole for various code snippets and using pure PHP. It provides a good combination of both, and I can start coding...&lt;br&gt;
I've finally done it! The project is now available on GitHub and Composer!&lt;br&gt;
You can visit the project page below.&lt;br&gt;
&lt;code&gt;composer require wert1209yt/php-autonomous-browser&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Wert1209yt/php-autonomous-browser" rel="noopener noreferrer"&gt;PHP autonomous browser&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Project in active development, and you contribute!&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>programming</category>
      <category>opensource</category>
      <category>github</category>
      <category>php</category>
    </item>
  </channel>
</rss>
