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 f70cf86 commit cbcac52Copy full SHA for cbcac52
examples/cdp_mode/ReadMe.md
@@ -420,8 +420,10 @@ sb.cdp.minimize()
420
sb.cdp.medimize()
421
sb.cdp.set_window_rect()
422
sb.cdp.reset_window_size()
423
+sb.cdp.open_new_window(url=None, switch_to=True)
424
sb.cdp.switch_to_window(window)
425
sb.cdp.switch_to_newest_window()
426
+sb.cdp.open_new_tab(url=None, switch_to=True)
427
sb.cdp.switch_to_tab(tab)
428
sb.cdp.switch_to_newest_tab()
429
sb.cdp.close_active_tab()
0 commit comments