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

Method get_origin

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

Source from the content-addressed store, hash-verified

1634 return await self.evaluate("window.location.href")
1635
1636 async def get_origin(self):
1637 return await self.evaluate("window.location.origin")
1638
1639 async def send_keys(self, selector, text, timeout=5):
1640 element = await self.find(selector, timeout=timeout)

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.95

Tested by

no test coverage detected