示例#1
0
 public void FormButtonIsActive()
 {
     Assert.True(formPage.IsFormTabActive(), "Form Button not active!");
     homePage.driver.Close();
 }