constructor()

in lib/extender.ts [11:16]


  constructor(driver: WebDriver) {
    this.driver_ = driver;
    this.params_ = {};
    this.executor_ =
        (driver as any).getExecutor ? (driver as any).getExecutor() : (driver as any).executor_;
  }