selenium-cucumber-js
selenium-cucumber-js copied to clipboard
AfterScenario: "This driver instance does not have a valid session ID"
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?