You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When persistent_context=True in the BrowserSession, the following error occurs:
/.venv/lib/python3.11/site-packages/hrequests/browser/firefox.py", line 25, in _start_context return await browser.new_context(ignore_https_errors=not self.verify) ^^^^^^^^^^^^^^^^^^^AttributeError: 'BrowserContext' object has no attribute 'new_context'
Description:
When
persistent_context=True
in theBrowserSession
, the following error occurs:Code snippet:
Environment:
The text was updated successfully, but these errors were encountered: