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

Method get_cookie_string

seleniumbase/undetected/cdp_driver/tab.py:678–680  ·  view source on GitHub ↗

Get Cookie String

(self)

Source from the content-addressed store, hash-verified

676 return await self.evaluate("navigator.userAgent")
677
678 async def get_cookie_string(self):
679 """Get Cookie String"""
680 return await self.evaluate("document.cookie")
681
682 async def get_locale_code(self):
683 """Get Locale Code"""

Callers

nothing calls this directly

Calls 1

evaluateMethod · 0.95

Tested by

no test coverage detected