tests: Add a test for using stealth and real_chrome arguments together

This commit is contained in:
Karim shoair
2025-09-20 00:23:55 +03:00
parent 67db865aee
commit 67aa1a2ae7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ class TestDynamicFetcherAsync:
{"disable_webgl": True, "hide_canvas": False},
{"disable_webgl": False, "hide_canvas": True, "disable_resources": True},
{"stealth": True}, # causes issues with GitHub Actions
{"stealth": True, "real_chrome": True}, # causes issues with GitHub Actions
{"wait_selector": "h1", "wait_selector_state": "attached"},
{"wait_selector": "h1", "wait_selector_state": "visible"},
{