rfheadless 0.1.0

A headless browsing engine API for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Getting started

1. Clone the repo

   git clone <a href="https://github.com/idiotstudios/rfheadless.git">https://github.com/idiotstudios/rfheadless.git</a>

2. Build

   cargo build

3. Run examples

   cargo run --example simple_headless -- --help

4. Enable optional features (e.g., `rfengine` or `cdp`) using `--features`:

   cargo build --features rfengine