Votes
Answers
Views
Question
0
1
545
asked 6 years ago by kaptainkayoss
updated 6 years ago by rich-text
My settings window/dialog box is not displaying completely and I can't resize it. I don't have any arrows on the edges or anything to expand it open.
2
1
621
I want to be able to manipulate the Edge browser as you can do with other browsers like it is mentioned in [this other post][1]. The methods in that post do not work on Edge. I have not been able to find a way to get it to work with Edge. [1]: http://eyeontesting.com/questions/3231/resize-maximize-a...
2
1
55
How do you move and resize FireFox during UFT test run? I have tried all kinds of code and nothing is working. The Browser object doesn't have any methods that work.
4
3
106
I need to be able to move my IE browser, make it a different size, maximize and restore it, but I can't seem to get it to work. How do I do this??
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"...