Retrieve the complete height and width of a browser beyond the visible part as wel - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Retrieve the complete height and width of a browser beyond the visible part as wel (/Thread-Retrieve-the-complete-height-and-width-of-a-browser-beyond-the-visible-part-as-wel) |
Retrieve the complete height and width of a browser beyond the visible part as wel - learnQtptips - 05-22-2013 Hi I want to retrieve the height/width of the browser beyond the hidden part as well. It should be the same as below in Visual studio Code: webbrowser1.document.body.scrollrectangle.height webbrowser1.document.body.scrollrectangle.width I was trying to do this using dotnetfactory but it is throwing error. Could you please help me in knowing the way out. even if we have some easier method please let me know. please provide some scripts if possible |