patrols

patrols

CDPEx is a Chrome DevTools Protocol client for Elixir. It drives a real Chrome straight over CDP, with no ChromeDriver, Selenium, or WebDriver sitting in between. I wrote it to replace Wallaby/ChromeDriver in a production scraping app, and it’s now the only browser engine that app runs on.

You launch a Chrome, drive a page, and CDPEx reaps the OS process for you when the page is done, so you don’t end up with a pile of orphaned Chrome processes.

CDPEx.with_page([], fn page ->
  {:ok, _} = CDPEx.Page.navigate(page, "https://example.com")
  CDPEx.Page.wait_for_network_idle(page)
  CDPEx.Page.screenshot(page, path: "shot.png")
end)
# Chrome launched, driven, and cleaned up. Nothing left running.

What it does:

  • with_page/3 runs your code with a fresh page and guarantees teardown, even if your function raises
  • Real, trusted input: clicks and keystrokes go through Chrome as genuine user gestures (event.isTrusted == true), not synthetic JS events
  • Connects to a remote or already-running Chrome over ws(s)://, as well as launching one locally
  • Navigation, evaluate, screenshots, and PDF rendering
  • Network observation, including waiting for the network to go idle
  • Proxy support with authentication
  • :telemetry instrumentation and an optional warm browser pool

It’s running in production right now, rendering JS-heavy pages, including ones behind JS challenges and Cloudflare. It’s a real browser running real JS, so no stealth tricks are involved.

It’s pre-1.0, so the API can still change, and stealth or anti-bot evasion is out of scope on purpose. It has held up well under daily load so far.

The package is on Hex and the docs are on HexDocs. Happy to answer questions or hear what you think is missing.

Showing Posts 1 to 3

felix-starman

felix-starman

Hey, just curious if there was anything in particular missing that you needed that Bibbidi did not have?

I’m trying to make sure that Bibbidi can be resilient and bulletproof for everyone regardless of browser

patrols

patrols OP

Hey Felix! honest answer: I didn’t know about Bibbidi when I started. When I looked around, most of what I found either wrapped ChromeDriver/WebDriver or pulled in a full Playwright/Puppeteer-style layer, and I wanted something small that talks CDP directly, mainly for a scraping pipeline I run in production. So it wasn’t a specific feature Bibbidi was missing; I just didn’t find it when I searched, and by the time I might have, I’d already built the thing.

I’ll take a proper look at Bibbidi though, curious how you approached it

felix-starman

felix-starman

All good.

Version 0.4 is basically ready but I’m adding usage docs to a bunch of modules.

And then I have a plan for library called Bobbidi that is more high level but would still be like a middleware for an RPA library

— All posts loaded —

Where Next? Top

Trending in Announcing Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
woylie
I released Doggo, a collection of unstyled Phoenix components. https://github.com/woylie/doggo Features Unstyled Phoenix components....
New
GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
ahamez
Hi everyone, I’ve been working on this protobuf library for 3 years. We use it in the company I work for, EasyMile, to communicate with ...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New
budgie
A little off-topic, but I feel like people here have a good head on their shoulders. I used to be quite good at making software. Was luc...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews