Update test_playwright.py

This commit is contained in:
Karim shoair
2025-01-28 13:42:11 +02:00
committed by GitHub
parent 75a965e802
commit 7776e191e8
+1 -1
View File
@@ -70,7 +70,7 @@ class TestPlayWrightFetcherAsync:
@pytest.mark.parametrize("kwargs", [
{"disable_webgl": True, "hide_canvas": False},
{"disable_webgl": False, "hide_canvas": True},
{"stealth": True},
# {"stealth": True}, # causes issues with Github Actions
{"useragent": 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0'},
{"extra_headers": {'ayo': ''}}
])