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

Method inspector_open

seleniumbase/undetected/cdp_driver/tab.py:164–167  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 return f"http://{self.browser.config.host}:{self.browser.config.port}/devtools/inspector.html?ws={self.websocket_url[5:]}" # noqa
163
164 def inspector_open(self):
165 import webbrowser
166
167 webbrowser.open(self.inspector_url, new=2)
168
169 async def open_external_inspector(self):
170 """

Callers

nothing calls this directly

Calls 1

openMethod · 0.45

Tested by

no test coverage detected