Ejemplo n.º 1
0
 public void DeleteLead(String LeadFirstname, String LeadLastname) {
   new Leadlib().ModifyLead(LeadFirstname, LeadLastname);
   wclib.waitForPageToLoad();
   com.getMorebtn().click();
   lead.getLeadDeleteLink().click();
   com.getConfirmationpopup().click();
   wclib.waitForElemnetXpathPresent("//div[@class='listViewEntriesDiv contents-bottomscroll']");
 }