Esempio n. 1
0
 public UtilityRowsPage(WebElement element, WebDriver driver)
 {
     btnActivate    = element.GetByXpath("./td/button[1]");
     btnDeactivate  = element.GetByXpath("./td/button[1]");
     btnFixed       = element.GetByXpath("./td/button[2]");
     btnUnfixed     = element.GetByXpath("./td/button[2]");
     btnSetNewValue = element.GetByXpath("./td/button[4]");
     columnActivate = element.GetByXpath("./td[@class ='is-active'][@data-value]");
     columnFixed    = element.GetByXpath("./td[@class ='is-fixed'][@data-value]");
     base.Init(driver);
 }