selenium-cucumber-js icon indicating copy to clipboard operation
selenium-cucumber-js copied to clipboard

AfterScenario: "This driver instance does not have a valid session ID"

Open DMShamonov opened this issue 7 years ago • 0 comments
trafficstars

Hi! I try use driver in this.AfterScenario but I catch this error:

NoSuchSessionError: This driver instance does not have a valid session ID (did you call WebDriver.quit()?) and may no longer be used.

In this.AfterScenario I can't use driver instance?

DMShamonov avatar May 22 '18 13:05 DMShamonov