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