Guest User

Untitled

a guest
Mar 17th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. coreutil.clickElement(objectrepo.platformView_Searchbox_EnterBtn,'xpath');
  2. browser.sleep(2000);
  3. var searchResult= coreutil.getTextofElement(objectrepo.platformView_SearchResult,'xpath');
  4. return searchResult;
  5.  
  6. this.searchCapabilityOfferingsName();// Failed-method not defined
  7. searchCapabilityOfferingsName(); //Failed method not defined
  8. Create object of same file and call the function. // Failed.
Add Comment
Please, Sign In to add comment