Votes
Answers
Views
Question
0
1
476
UFT version: 14.03 build 3501 Chrome Version: Version 71.0.3578.98 (Official Build) (64-bit) While trying to access the browser object using descriptive programming, the following 'General Error' comes up. When tried to debug with DescribeResult(Err.Number), the error is shown as "ClassF...
2
1
135
I'm trying to use descriptive programming with my mobile device using the Mobile Labs add-in, but my object isn't being identified no matter what properties I describe. Is there some trick I need to be aware of?
0
1
553
asked 7 years ago by bhogapuram
updated 7 years ago by raja
I am having UFT 12.54 version I had a question. Is it possible to use descriptive programming with UI automation ? I have not had to use the UI Automation method so I am not familiar with it. ~Thanks.
1
1
35
I can't identify objects via descriptive programming in UFT. This is only happening when I try to run my scripts in my own (private) internal network. If I run the same test scripts using a normal internet environment, my descriptive programming objects are recognized just fine...just not in my own ...
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...