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

Method tab_new

seleniumbase/undetected/__init__.py:456–460  ·  view source on GitHub ↗

Open url in a new tab.

(self, url)

Source from the content-addressed store, hash-verified

454 return None
455
456 def tab_new(self, url):
457 """Open url in a new tab."""
458 if not hasattr(self, "cdp"):
459 self.cdp = CDP(self.options)
460 self.cdp.tab_new(str(url))
461
462 def tab_list(self):
463 if not hasattr(self, "cdp"):

Callers

nothing calls this directly

Calls 1

CDPClass · 0.85

Tested by

no test coverage detected