Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 763 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 763 Bytes

ThirtyFour stealth

A plugin for thirtyfour, a Rust-based Selenium webdriver built on top of Fantoccini. This library lets your thirtyfour driver pass basic fingerprint tests to avoid detection.

This project is based on the work done in puppeteer-extra-plugin-stealth, and selenium-stealth. Credit is due to the authors of those projects.

Usage

Examples can be found in the /examples directory, and their results in /example/results.

Use cargo run --example <EXAMPLE_NAME> to run an example and see for yourself!