Skip to content

Commit 9293360

Browse files
committed
doc: add demo section to README
1 parent b3e7ced commit 9293360

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A programming interface that makes DevTools automation simple. It uses the Chrom
44

55
It works by maintaining a DOM mirror of the inspected page and wrapping the boilerplate CDP calls into convenient methods for DOM nodes and elements. The goal is to offer a lightweight alternative to [devtools-frontend's sdk](https://github.com/ChromeDevTools/devtools-frontend/tree/main/front_end/core/sdk).
66

7+
## Demo
8+
9+
https://github.com/user-attachments/assets/8bc057d4-ffbc-4654-a1e9-472a021fcbe1
10+
711
## Installation
812

913
```bash

0 commit comments

Comments
 (0)