MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / open_new_window

Method open_new_window

seleniumbase/core/sb_cdp.py:1300–1301  ·  view source on GitHub ↗
(self, url=None, switch_to=True)

Source from the content-addressed store, hash-verified

1298 self.__add_light_pause()
1299
1300 def open_new_window(self, url=None, switch_to=True):
1301 return self.open_new_tab(url=url, switch_to=switch_to)
1302
1303 def switch_to_window(self, window):
1304 self.switch_to_tab(window)

Callers 12

open_new_windowFunction · 0.45
nieuw_venster_openenMethod · 0.45
새_창_열기Method · 0.45
打开新窗口Method · 0.45
abrir_nova_janelaMethod · 0.45
test_switch_to_tabsMethod · 0.45
setUpMethod · 0.45

Calls 1

open_new_tabMethod · 0.95

Tested by 2

test_switch_to_tabsMethod · 0.36
setUpMethod · 0.36