protractor icon indicating copy to clipboard operation
protractor copied to clipboard

protractor : This driver instance does not have a valid session ID”

Open theavs16 opened this issue 4 years ago • 1 comments

Hi, I am trying to opening up url after restarting browser , it restarts browser but does not open up the URL . It throws following error : “This driver instance does not have a valid session ID”

Used following code in describer block. { afterEach( () => { browser.restart(); })

Thanks Anant Vijay Sharma

theavs16 avatar Jun 28 '21 07:06 theavs16

Hi, Why do you need to restart your browser?

andredesousa avatar Jul 27 '21 15:07 andredesousa