Driving Firefox Without CDP: Building a Lightweight Python Adapter over WebDriver BiDi
I wanted the small, direct feel of a raw Chrome DevTools connection in Firefox without pulling in a full automation framework. Firefox no longer exposes CDP, so I built a roughly 700-line Python adapter that gives my code a CDP-style Tab API over WebDriver
Read story