Skip to content

Deep Dive

The guides show you how to use Pydoll. This section goes into the subjects around it: the background knowledge that makes serious automation work. You don't need any of it to get started, but when a scraper gets blocked, or a proxy behaves strangely, or you want to understand what a detection system actually sees, this is where the explanations live.

It covers three areas:

Chrome DevTools Protocol

Chrome DevTools Protocol is what Pydoll speaks to the browser. Understanding it explains why there is no webdriver, what a CDP command and event are, and where Pydoll's capabilities come from.

Network and proxies

How traffic actually moves, and how proxies fit in.

Fingerprinting

How detection systems identify a browser, layer by layer. This is the theory behind the Stealth guides.