Exemplo n.º 1
0
 public void Access_Executor_Page()
 {
     resultok = executor.AccessExecutorPage(driver, Environment);
     Assert.IsTrue(resultok, "Not all information can be displayed");
 }