The Hype: Jason Huggins Just Announced Vibium, and Browser Automation Will Never Be the Same

If you’ve spent any time in the software testing space over the last two decades, you know the name Jason Huggins. He’s the guy who created Selenium back in 2004, basically founding modern web test automation, and later gave us Appium for mobile.

So when Jason Huggins drops a new open-source project, the entire testing community stops what it’s doing and looks up.

When he announced Vibium—an AI-native browser automation framework designed as the modern, spiritual successor to Selenium—the hype in the QA and dev world went from 0 to 100 overnight.


Why Everyone Lost Their Minds

To understand the excitement, you have to remember why Selenium became frustrating: the infamous “maintenance tax.” We’ve all spent countless hours fixing brittle CSS selectors, debugging flaky locators, and patching tests that broke simply because someone renamed a CSS class or moved a button 10 pixels to the left.

Vibium flips the whole approach on its head by leaning into intent-driven automation and the WebDriver BiDi (Bi-Directional) protocol.

Instead of writing brittle code that searches for exact DOM nodes, Vibium lets you express semantic intent. The underlying AI layer maps the page visually and semantically rather than as a rigid tree of code tags. If a button’s text or styling changes slightly, the framework uses its AI engine to infer what you meant, self-healing the interaction in real time instead of crashing your entire CI build.

The Verdict

It feels like we’ve officially moved past the phase of just using LLMs to generate boilerplate code, and into an era where open-source, AI-native infrastructure actually handles the heavy lifting of browser interaction and self-verification.

It’s early days for the project, but if history is any indicator, whenever Jason Huggins reimagines browser automation, the rest of the industry eventually follows

I definitely like the concept of having a framework on WebDriver BiDI , so that we have an option outside of corporate giants ( Playwright)