Descriptive Programming Expressions not being found
Question ID: 106919
0
0

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("xpath:=//div[@id=’loginContent’]").Exist(1)

When he runs these expressions on his test system, they come back as found. On my test system, they come back as false and the test gets stuck.

When I view the page in Internet Explorer debugger, I am able to confirm that the values match what is in the search pattern shown above.

I’m wondering if there may be some issue with my Internet Explorer plug-in for UFT that is causing these issues.

Marked as spam
Posted by (Questions: 44, Answers: 0)
Asked on June 24, 2016 7:33 pm
24 views
Answers (1)
0
Private answer

I have seen this before and fixed it by checking the BHO Manager or reregistering the BHOManager.

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on June 24, 2016 7:33 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top