Votes
Answers
Views
Question
1
1
93
asked 10 years ago by sarath-medisetty
updated 10 years ago by karthik-arutla
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.
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
38
asked 10 years ago by fandabidozi
updated 10 years ago by bubblehead712
The test in chrome is taking more than 3 times to complete execution compare to when same test is executed in IE, this is too slow. Is there a way to make the runtime same with IE?
5
2
33
When recording or object spying in IE the objects are recorded as Windows objects instead of browser object.
4
1
189
Our application can spawn multiple browsers and each on has a different title, so how do I pick and choose a specific browser during my test?
2
1
132
We all know that Sprinter supports Internet Explorer and Firefox. Well any news on other browser support, such as Chrome or Safari?
0
1
19
asked 11 years ago by linuxskywalker
updated 11 years ago by jeffrey-gardner-1
We are currently using LoadRunner 11.04 and trying to record a corporate custom app developed for Chrome v29. VUGen pops the Chrome browser interface up in a new window and sits there trying to 'connect'. It eventually timesout. When launching the same URL using Chrome as standalone (without VUGen) ...