protected void End() { WebDriverConcurrent.KillDriver(this.GetType()); }
protected void Init() { driver = WebDriverConcurrent.InitDriver(this.GetType()); steps = new MainSteps(driver); }