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 setting os.environ["REBROWSER_PATCHES_RUNTIME_FIX_MODE"] = "alwaysIsolated" in combination with storage_state while creating a browser context, the browser opens the first link from origins list from loaded storage_state and freezes. (Without this modification everything works fine) (If i remove the load of the storage_state and keep the 'alwaysIsolated' everythings works fine too)
Steps to Reproduce:
Set os.environ["REBROWSER_PATCHES_RUNTIME_FIX_MODE"] = "alwaysIsolated".
Create a context with storage_state.
Open a page and observe the errors or broken behavior.
When setting os.environ["REBROWSER_PATCHES_RUNTIME_FIX_MODE"] = "alwaysIsolated" in combination with storage_state while creating a browser context, the browser opens the first link from origins list from loaded storage_state and freezes. (Without this modification everything works fine) (If i remove the load of the storage_state and keep the 'alwaysIsolated' everythings works fine too)
Steps to Reproduce:
Set os.environ["REBROWSER_PATCHES_RUNTIME_FIX_MODE"] = "alwaysIsolated".
Create a context with storage_state.
Open a page and observe the errors or broken behavior.
Idk if it should behave like this cause it's not in the main context, but decided to write anyway
Environment:
Playwright Version: 1.49.1
ReBrowser Version: 1.49.1
OS: Windows 11
Python Version: 3.12.4
The text was updated successfully, but these errors were encountered: