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

Method get_tabs

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

Source from the content-addressed store, hash-verified

1409 return self.page
1410
1411 def get_tabs(self):
1412 driver = self.driver
1413 if hasattr(driver, "cdp_base"):
1414 driver = driver.cdp_base
1415 return driver.tabs
1416
1417 def get_window(self):
1418 return self.loop.run_until_complete(self.page.get_window())

Callers 3

SBFunction · 0.80
test_presentation_4Method · 0.80
raw_priceline.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

test_presentation_4Method · 0.64