Exemple #1
0
 /// <summary>
 /// This method will verify the onlife logo Image
 /// This method Sikuli Keyword
 /// It passes the locator and name of the login btn to SeKeyword click Btn
 /// </summary>
 private Boolean VerifyImg(String locatorname)
 {
     return(SikuliKeywords.ImageVisible(pageName, "locatorname"));
 }
Exemple #2
0
 public Boolean HAJourneyTile()
 {
     return(SikuliKeywords.ImageVisible(pageName, "HA_JourneyTile"));
 }
 /// <summary>
 /// This method will verify the onlife logo Image
 /// This method Sikuli Keyword
 /// It passes the locator and name of the login btn to SeKeyword click Btn
 /// </summary>
 private void VerifyOnlifeLog()
 {
     SikuliKeywords.ImageVisible(pageName, "OnlifelogoImg");
 }