File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212 sb .sleep (1.1 )
1313 sb .click ('button[title="Think Deeper"]' )
1414 sb .sleep (1.1 )
15- query = "How to migrate from Playwright to SeleniumBase?"
15+ query = "How to start automating with SeleniumBase?"
1616 sb .press_keys (textarea , query )
1717 sb .sleep (1.1 )
1818 sb .click ('button[data-testid="submit-button"]' )
1919 sb .sleep (2.5 )
2020 sb .uc_gui_click_captcha ()
2121 sb .sleep (2.5 )
2222 sb .uc_gui_click_captcha ()
23- sb .sleep (2 .5 )
23+ sb .sleep (3 .5 )
2424 stop_button = '[data-testid="stop-button"]'
2525 thumbs_up = 'button[data-testid*="-thumbs-up-"]'
26- sb .wait_for_element_absent (stop_button , timeout = 30 )
27- sb .wait_for_element (thumbs_up , timeout = 30 )
28- sb .sleep (0.5 )
26+ sb .wait_for_element_absent (stop_button , timeout = 40 )
27+ sb .wait_for_element (thumbs_up , timeout = 20 )
28+ sb .sleep (0.6 )
2929 sb .click ('button[data-testid*="scroll-to-bottom"]' )
30- sb .sleep (1.5 )
30+ sb .sleep (2.2 )
3131 folder = "downloaded_files"
3232 file_name = "copilot_results.html"
3333 sb .save_page_source (file_name , folder )
You can’t perform that action at this time.
0 commit comments