Closed
Description
Hi,
I have the following code in my nightwatch tests
after(function(client, done) {
client.end(function() {
done()
})
});
However this just ends the current session by issuing a delete
DELETE /wd/hub/session/b49655e9-34c7-4c21-8d6e-111b142472f7 HTTP/1.1
Content-Length: 0
Host: jenkins.example.com:4444
Connection: close
Chrome is left running on our selenium server, and the chromedriver process ends up as a zombie.
Am I doing something wrong? Is there a way to call selenium.quit?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels