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

Method get_user_agent

seleniumbase/undetected/cdp_driver/tab.py:674–676  ·  view source on GitHub ↗

Get User Agent String

(self)

Source from the content-addressed store, hash-verified

672 return await self.send(cdp.page.get_navigation_history())
673
674 async def get_user_agent(self):
675 """Get User Agent String"""
676 return await self.evaluate("navigator.userAgent")
677
678 async def get_cookie_string(self):
679 """Get Cookie String"""

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.95

Tested by

no test coverage detected