From 938bb2aa384822c1c62d2ac098f304ecdd705b28 Mon Sep 17 00:00:00 2001 From: Joey Parrish Date: Mon, 31 Jan 2022 11:59:14 -0800 Subject: [PATCH] fix: Fix WebDriver shutdown --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2b67c9b..3768d23 100644 --- a/index.js +++ b/index.js @@ -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}`)