Skip to content

Commit

Permalink
fix: Fix WebDriver shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Jan 31, 2022
1 parent c0eb120 commit 938bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const LocalWebDriverBase = function(
}

this.state = 'RESTARTING';
await this.stopWebDriver();
await this.stopWebdriver_();

if (this.state != 'BEING_FORCE_KILLED') {
log.debug(`Restarting ${this.name}`)
Expand Down

0 comments on commit 938bb2a

Please sign in to comment.