Votes
Answers
Views
Question
2
votes
1
answer
4812
views
I'm trying to use WLMAdmin to get license counts, but when I try to view the subnet folder I get the error "Sentinel RMS Development Kit: Error[3]: Failed to resolve the server host "ABC". License server is on ABC subnet and my computer is on DEF subnet.
4
votes
1
answer
3600
views
asked 8 years ago by mrbeavis
updated 5 years ago by Local Test
We are facing a license issue with some of our virtual machines. We are not able to use the tool even after doing clean uninstall or reinstall with a new version of the tool...still we are having the same issue with the new installation also please do help. UAC and Run as ADMIN are also tested. But ...
2
votes
2
answers
2444
views
asked 8 years ago by jtaylor
updated 8 years ago by bubblehead712
In UFT we would like a function to capture a screenshot at certain times, is there a way to do this in UFT and save the image to the run results?
1
vote
2
answers
2403
views
asked 7 years ago by bhogapuram
updated 7 years ago by Michaeldx
We are having an issue clicking on the OK button of a chrome browser popup. We are using UFT 14.00 version. Is there a way to handle this ?
4
votes
1
answer
2398
views
I'm using UFT 12.54 on Windows 10 and trying to launch the Edge Browser using SystemUtil.Run statement, but it is not working.
4
votes
1
answer
2382
views
Is there a step-by-step guide on how UFT works with the Microsoft Edge web browser in Windows 10? Our company has been having problems with object recognition, and we're just not sure the exact steps to take.
0
votes
2
answers
2367
views
asked 10 years ago by fandabidozi
updated 10 years ago by jafar
I am always trying to build a text from UFT GUI data table and was wondering how can I add newline?
2
votes
1
answer
2165
views
asked 11 years ago by gem
updated 11 years ago by bubblehead712
How can I scroll down a browser page. I am trying to scroll down a IE 11 browser page down with following code that worked before Set objBase = Browser("micClass:=Browser").Page("micClass:=Page") objBase.Object.body.doScroll("pageDown") But is now working.
2
votes
2
answers
1541
views
asked 11 years ago by jumphopper
updated 9 years ago by mwelli02
I am trying to figure out how to move (scroll) browser so that an object is in view. Also, I noticed the visible attribute is not reliable.