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

Method get_current_url

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

Source from the content-addressed store, hash-verified

1631 return await self.evaluate("document.title")
1632
1633 async def get_current_url(self):
1634 return await self.evaluate("window.location.href")
1635
1636 async def get_origin(self):
1637 return await self.evaluate("window.location.origin")

Callers 1

connectMethod · 0.45

Calls 1

evaluateMethod · 0.95

Tested by

no test coverage detected