示例#1
0
 /// <summary>
 /// Open On section
 /// </summary>
 public void OpenSection()
 {
     if (CensusDetail.IsElementDisplayed())
     {
         CensusDetail.Click();
     }
 }
示例#2
0
 /// <summary>
 /// Check if Section Exist
 /// </summary>
 /// <returns></returns>
 public bool IsSectionExist()
 {
     return(CensusDetail.IsElementDisplayed());
 }