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

Method switch_to_newest_tab

seleniumbase/core/sb_cdp.py:1392–1393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1390 self.bring_active_window_to_front()
1391
1392 def switch_to_newest_tab(self):
1393 self.switch_to_tab(-1)
1394
1395 def close_active_tab(self):
1396 """Close the active tab.

Callers 3

open_new_tabMethod · 0.95
test_presentation_4Method · 0.45
raw_priceline.pyFile · 0.45

Calls 1

switch_to_tabMethod · 0.95

Tested by 1

test_presentation_4Method · 0.36