Closed
Description
sb.cdp.get_all_cookies()
is hitting errors.
*** AttributeError: "Tab" has no attribute "closed".
Traceback (most recent call last):
File ".../seleniumbase/undetected/cdp_driver/tab.py", line 1308, in __getattr__
return getattr(self._target, item)
AttributeError: 'TargetInfo' object has no attribute 'closed'
There is a workaround for now:
sb.cdp.get_cookie_string()
, which gets the string result from page.evaluate("document.cookie")
.
Activity
mdmintz commentedon Nov 28, 2024
This was resolved in
4.33.1
- https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.33.1