Votes
Answers
Views
Question
0
1
31
asked 9 years ago by gem
updated 9 years ago by bubblehead712
One of my coworkers created a UFT test with the following XPATH expressions: set currentBrowser = Browser("Title:=Smart Commercial Kitchen Web Portal") set currentPage = currentBrowser.Page("title:=Smart Commercial Kitchen Web Portal") exist = currentPage.WebElement("...
1
1
28
We created a UFT GUI test with the following XPATH expressions: set currentBrowser = Browser("Title:=Smart Web Portal") set currentPage = currentBrowser.Page("title:=Smart Web Portal") exist = currentPage.WebElement("xpath:=//div[@id='loginContent']").Exist(1) Whe...