foxshot icon indicating copy to clipboard operation
foxshot copied to clipboard

Reuse session

Open AndreSteenbergen opened this issue 7 years ago • 0 comments

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);

AndreSteenbergen avatar Dec 11 '17 16:12 AndreSteenbergen