Exemple #1
0
 // Search a Property
 internal void SearchProperty()
 {
     //Click on Owners tab
     Owners.Click();
     //Click Properties option
     Properties.Click();
     Thread.Sleep(1000);
     Searchbox.SendKeys("Rumana");
     Searchbtn.Click();
 }
 private AdvertisementPage Search()
 {
     Wait.MLSeconds(500);
     Wait.UntilClickAble(Searchbtn);
     Wait.UntilLoading();
     Element.ScrolTo(Searchbtn);
     Searchbtn.Click();
     Wait.AM_Loaging_ShowAndHide();
     return(this);
 }