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
Make BrowserConfiguration::createSession method to remember each created session somewhere in central place (shared between browser configurations).
Then via register_shutdown_function ensure, that all sessions are stopped. This would save the day when #5 will be implemented, because we'll have 1 session per browser which is only reset (not stopped) in each test/test case.
The text was updated successfully, but these errors were encountered:
Make
BrowserConfiguration::createSession
method to remember each created session somewhere in central place (shared between browser configurations).Then via
register_shutdown_function
ensure, that all sessions are stopped. This would save the day when #5 will be implemented, because we'll have 1 session per browser which is only reset (not stopped) in each test/test case.The text was updated successfully, but these errors were encountered: