Votes
Answers
Views
Question
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...