Votes
Answers
Views
Question
2
votes
1
answer
44
views
I need to determine if my web page has scrollbars or not. Is there any way to do this?
3
votes
1
answer
35
views
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
votes
2
answers
71
views
asked 11 years ago by tnone
updated 11 years ago by bubblehead712
For some reason I cannot get the click method on webelement on a page.
2
votes
1
answer
47
views
asked 11 years ago by neena
updated 11 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
votes
1
answer
134
views
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
vote
1
answer
135
views
asked 11 years ago by kaptainkayoss
updated 11 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
votes
1
answer
35
views
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
vote
1
answer
292
views
Can't get UFT to recognize Firefox 31 objects. I've got the latest update to UFT 12.02.
2
votes
1
answer
2133
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.