millipede-browser-chromiumoxide
Chromium CDP browser provider for the Millipede web crawler, via chromiumoxide.
This crate connects Millipede's provider-neutral browser crawler to Chromium or Google Chrome over the Chrome DevTools Protocol. Browser discovery checks MILLIPEDE_CHROME, then CHROME, then conventional platform installation paths.
Installation
[]
= "0.1"
Most users should depend on the umbrella millipede crate with its browser Chromiumoxide feature instead.
Example
This example needs a real Chrome or Chromium installation. Set MILLIPEDE_CHROME when automatic discovery cannot find the executable.
use Arc;
use ;
use ;
use Crawler;
use MemoryStorageClient;
async
Part of Millipede
See the Millipede guide for browser pools, hooks, smart crawling, and fingerprinting guidance.
License
Licensed under either MIT OR Apache-2.0 at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate is dual-licensed as above, without any additional terms or conditions.