Votes
Answers
Views
Question
9
1
40
asked 13 years ago by gem
updated 13 years ago by bubblehead712
When I run test on machine QA2 IE crashes but other machines IE does not crash. I have another machine (QA3) that is the exact same configuration and it does not crash. I have already tried to run a repair on QA2 and it did not fix it. What could it be?
9
1
82
asked 15 years ago by pumpkin
updated 15 years ago by bubblehead712
I have a web page which a click on an image needs to be performed. The objects method for click works for IE 7 and 8 but, will not work in Firefox. The image object can be found from the object repository. Help
20
1
149
asked 15 years ago by Michaeldx
updated 15 years ago by bubblehead712
This is probably a really easy thing to do, but I haven't found out how yet! How do you use QTP to resize & move an IE browser? I can use intHeight = Browser("Internet Explorer").GetROProperty("height") intWidth = Browser("Internet Explorer").GetROProperty("width"...