March 2010

QTP Browser Methods: .Activate .Maximize .Minimize

by Anshoo Arora ON March 8, 2010 · Posted In All, QTP, QTP/Web · 58 comments

This article demonstrates a quick tip to activate, minimize or maximize browsers. Unlike a Standard Windows Window object, Browser does not support the Activate, Minimize, Maximize methods. Therefore, we can create our custom function and tie it with the Browser object using RegisterUserFunc.