Skip to content

Latest commit

 

History

History
 
 

cdp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Overview

This client is directly based on doc

You can treat it as a minimal example of how to use the Chrome DevTools Protocol, no complex abstraction. The test coverage for this lib is 100%.

The lib is explicit-lockless, thread-safe, and context first. Chrome already does a good job of API type check, so this lib won't do it again. The overhead of encoding API will never be the bottleneck as long as you use chrome headless.

For a basic example, check this file.

For a detailed example, check this file.