We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1caff57 commit 4e3b50fCopy full SHA for 4e3b50f
py/test/selenium/webdriver/common/bidi_network_tests.py
@@ -101,6 +101,7 @@ def test_remove_auth_handler(driver):
101
@pytest.mark.xfail_firefox(reason="Data URLs in Network requests are not implemented in Firefox yet")
102
def test_handler_with_data_url_request(driver, pages):
103
data_requests = []
104
+
105
def callback(request: Request):
106
if request.url.startswith("data:"):
107
data_requests.append(request)
0 commit comments