Crate thirtyfour_stealth

Crate thirtyfour_stealth 

Source

Re-exports§

pub use thirtyfour;

Structs§

DefaultCapabilitiesBuilder
Default capabilities that are used.

Traits§

Chrome

Functions§

chrome
Fetches a new ChromeDriver executable and patches it to prevent detection. Returns a WebDriver instance (with default capabilities) and handle to chromedriver process.
chrome_with_capabilities
Fetches a new ChromeDriver executable and patches it to prevent detection. Returns a WebDriver instance and handle to chromedriver process. If chromedriver fails to start 3 times new chromedriver is redownloaded.
try_start_chrome
Fetches a new ChromeDriver executable and patches it to prevent detection. Returns a WebDriver instance and handle to chromedriver process.