Votes
Answers
Views
Question
0
1
129
asked 9 years ago by pumpkin
updated 9 years ago by bubblehead712
Question: Whenever tried to run UFT with IE 11, the browser keeps being closed - either after few minutes of execution or immediately. when switched back to IE 10, UFT works as expected. This is observed in specific machines (1 desktop and 1 lab machine). UFT works fine with IE10 but with IE 11 i...
2
1
397
I'm opening browser using UFT: strBrowser = "iexplore.exe" strUrl = "www.myurl.com" SystemUtil.Run strBrowser, strUrl After that I try to login into my website and depending on if I have just IE open or if I also have Chrome open: - When only IE is running everything is ok - When IE ...
4
1
43
asked 10 years ago by javathehut
updated 10 years ago by linuxskywalker
I am looking for what Internet Explorer versions are supported for "AjaxTruclient -IE" protocol in LR 11.52, 12 and 12.01 software? Any input would be great
2
1
58
I'm trying to test our application in IE 11 with Silverlight, but UFT 12.01 is not recognizing objects. We've checked BHOManger Class, Record and Run settings and we're launching UFT before IE. Other browser objects seemt to be fine. What's up with Silverlight?
2
2
1382
asked 10 years ago by jumphopper
updated 8 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.
2
1
357
Descriptive coding is working differently in UFT 12.01 for IE11. For example: Browser("micClass:=Browser").[method] This line works in any version except in IE11. In IE11, UFT 12.01 is failing with the following error: "The "[ Browser ]" object's description matches more than one...
2
1
1408
I have a test that opens multiple website in tabs in IE. How can I close a specific tab and leave the other ones open?
1
1
78
asked 10 years ago by kaptainkayoss
updated 10 years ago by rich-text
I'm getting the error "The UFT Browser Helper Object is required for this step. Make sure BHOManager Class add-on is enabled in the IE." When I check it in IE, it is enabled.