Skip to content

Left over chrome processes and zombie chromedrivers #879

Closed
@cressie176

Description

@cressie176

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions