} else {
      this.logger_.debug(`${uri}: run the script synchronously...`);
      return await driver.executeScript(
        script, ...this.options_.scriptArgs);
    }