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

Method get_cookies

seleniumbase/fixtures/base_case.py:4868–4871  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4866 return self.driver.get_cookie(name)
4867
4868 def get_cookies(self):
4869 self.__check_scope()
4870 self._check_browser()
4871 return self.driver.get_cookies()
4872
4873 def get_cookie_string(self):
4874 self.__check_scope()

Callers 5

get_allMethod · 0.80
saveMethod · 0.80
clearMethod · 0.80
save_cookiesMethod · 0.80

Calls 2

__check_scopeMethod · 0.95
_check_browserMethod · 0.95

Tested by

no test coverage detected