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

Method tab_list

seleniumbase/undetected/__init__.py:462–467  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

460 self.cdp.tab_new(str(url))
461
462 def tab_list(self):
463 if not hasattr(self, "cdp"):
464 self.cdp = CDP(self.options)
465
466 retval = self.get(self.cdp.endpoints["list"])
467 return [PageElement(o) for o in retval]
468
469 def reconnect(self, timeout=0.1):
470 """This can be useful when sites use heavy detection methods:

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
CDPClass · 0.85
PageElementClass · 0.85

Tested by

no test coverage detected