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 bc1a1c0 commit 02c20ffCopy full SHA for 02c20ff
botcity/web/browsers/edge.py
@@ -115,7 +115,7 @@ def wait_for_downloads(driver):
115
*Important*: This method overwrites the current page with the downloads page.
116
"""
117
if not driver.current_url.startswith("edge://downloads"):
118
- driver.get("edge://downloads/")
+ driver.get("edge://downloads/")
119
return driver.execute_script("""
120
var items = Array.from(document.querySelector(".downloads-list")
121
.querySelectorAll('[role="listitem"]'));
0 commit comments