Exemplo n.º 1
0
 /// <summary>
 /// Open On section
 /// </summary>
 public void OpenSection()
 {
     if (SchoolInformation.IsElementDisplayed())
     {
         SchoolInformation.Click();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Check if Section Exist
 /// </summary>
 /// <returns></returns>
 public bool IsSectionExist()
 {
     return(SchoolInformation.IsElementDisplayed());
 }