spider_chrome 2.37.130

DEPRECATED: This crate has been renamed to `chromey`. Please update your Cargo.toml.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# spider_chrome

**This crate has been renamed to [`chromey`](https://crates.io/crates/chromey).**

Please update your `Cargo.toml`:

```diff
- spider_chrome = "2"
+ chromey = "2"
```

The library name remains `chromiumoxide`, so your `use` statements stay the same.