We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a1f73 commit 3e1c11aCopy full SHA for 3e1c11a
2 files changed
tests/stealth/incolumitas.rs
@@ -6,6 +6,7 @@ use serde_json::Value;
6
use tokio::time::sleep;
7
8
#[tokio::test]
9
+#[ignore] // Bot tests are flaky but a good reference
10
async fn bot_detection() {
11
test(async |browser: &mut Browser| {
12
let page = browser.new_page("about:blank").await.unwrap();
tests/stealth/rebrowser.rs
@@ -15,6 +15,7 @@ struct DetectionRow {
15
}
16
17
18
19
async fn test_bot_detection() {
20
let config = BrowserConfig::builder().hide().build().unwrap(); //needed .hide()
21
test_config(config, async |browser| {
0 commit comments