foxshot
foxshot copied to clipboard
Reuse session
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);