if (this.options_.async) {
      this.logger_.debug(`${uri}: run the script asynchronously...`);
      return await driver.executeAsyncScript(
        script, ...this.options_.scriptArgs);
    } else {