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 4c6ddc4 commit f68da8dCopy full SHA for f68da8d
seleniumbase/undetected/cdp_driver/tab.py
@@ -1064,7 +1064,7 @@ async def wait_for(
1064
raise asyncio.TimeoutError(
1065
"Time ran out while waiting for: {%s}" % selector
1066
)
1067
- await self.sleep(0.5)
+ await self.sleep(0.068)
1068
return item
1069
if text:
1070
item = await self.find_element_by_text(text)
@@ -1074,7 +1074,7 @@ async def wait_for(
1074
1075
"Time ran out while waiting for: {%s}" % text
1076
1077
1078
1079
1080
async def download_file(
0 commit comments