zendriver 0.2.2

Async-first, undetectable browser automation via the Chrome DevTools Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: crates/zendriver/src/error.rs
expression: cases
---
- - element_not_found
  - "element not found: button.foo"
- - timeout_5s
  - timed out after 5s
- - cdp_invalid_params
  - "CDP RPC error [-32602] Invalid params"
- - navigation
  - "navigation failed: ERR_NAME_NOT_RESOLVED"
- - js_exception
  - "javascript exception: Error: boom"