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 64d248f commit 2e6b5d3Copy full SHA for 2e6b5d3
py/test/selenium/webdriver/common/bidi_network_tests.py
@@ -106,4 +106,4 @@ def callback(request: Request):
106
driver.network.add_request_handler("before_request", callback)
107
url = pages.url("data_url.html")
108
driver.browsing_context.navigate(context=driver.current_window_handle, url=url, wait=ReadinessState.COMPLETE)
109
- driver.find_elements(By.ID, "data-url-image").is_displayed(), "Request with Data URL failed"
+ driver.find_element(By.ID, "data-url-image").is_displayed(), "Request with Data URL failed"
0 commit comments