Votes
Answers
Views
Question
2
1
41
I need to determine if my web page has scrollbars or not. Is there any way to do this?
3
1
34
My web application launches multiple child browsers throughout the test. Sometimes UFT won't recognize an object on one of the child browsers unless I re-add it to the Object Repository. Is there some trick to getting this to work smoothly?
5
2
69
asked 10 years ago by tnone
updated 10 years ago by bubblehead712
For some reason I cannot get the click method on webelement on a page.
2
1
40
asked 10 years ago by neena
updated 10 years ago by bubblehead712
I am trying to run the QTP scripts on a RDP. The tests are launching and the browser is getting opened but the scritps are not moving further. The same tests when logged into the RDP with a different user (who created those scripts) works fine. Please help as many other interested parties are waitin...
0
1
129
I heard somebody talking about using the document object model (DOM) to do synchronization with UFT. First, is this possible, and second, can you show me an example? I'm not very experienced with the DOM.
1
1
110
asked 10 years ago by kaptainkayoss
updated 10 years ago by rich-text
I'm trying to do a web test with Firefox and when the status in Firefox shows 'Transferring data from' it just sits there and doesn't seem to ever respond and everything hangs up. I have to kill everything for it to finish loading.
0
1
33
I'm trying to get UFT to synchronize on a web page that is loading. For some reason, the normal browser sync built into UFT is not working for me and so I'm looking for an alternative. Any ideas?
1
1
287
Can't get UFT to recognize Firefox 31 objects. I've got the latest update to UFT 12.02.
2
1
2078
asked 10 years ago by gem
updated 10 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.