Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 459 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 459 Bytes

Overview

This client is directly based on doc

You can treat it as a minimal example of how to use the DevTools Protocol, no complex abstraction.

The lib is thread-safe, and context first. The overhead of encoding API will never be the bottleneck as long as you use headless browser.

For a basic example, check this file.

For a detailed example, check this file.