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
Starting firefox takes a considerable amount of time. Is it possible to use the open session? Not closing the existing firefox session, and continue using the old session?
I have found the id, but I would really like to know how to continue the session
let session = await driver.getSession();
console.log(session);
The text was updated successfully, but these errors were encountered:
Starting firefox takes a considerable amount of time. Is it possible to use the open session? Not closing the existing firefox session, and continue using the old session?
I have found the id, but I would really like to know how to continue the session
The text was updated successfully, but these errors were encountered: