Exemplo n.º 1
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");
 }
Exemplo n.º 3
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"));
 }
 /// <summary>
 /// This method will click on Login Button Image
 /// This method Sikuli Keyword
 /// It passes the locator and name of the login btn to SeKeyword click Btn
 /// </summary>
 private void ClickLoginSikuli()
 {
     SikuliKeywords.Click(pageName, "loginbtnImg");
     System.Threading.Thread.Sleep(5000);
 }