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 afc1e7e commit 3b5d17dCopy full SHA for 3b5d17d
examples/raw_cdp_copilot.py
@@ -23,7 +23,7 @@
23
sb.sleep(3.5)
24
stop_button = '[data-testid="stop-button"]'
25
thumbs_up = 'button[data-testid*="-thumbs-up-"]'
26
- sb.wait_for_element_absent(stop_button, timeout=45)
+ sb.wait_for_element_absent(stop_button, timeout=50)
27
sb.wait_for_element(thumbs_up, timeout=20)
28
sb.sleep(0.6)
29
sb.click('button[data-testid*="scroll-to-bottom"]')
0 commit comments