![]() |
|
help with extending OnMouseOver duration - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: help with extending OnMouseOver duration (/Thread-help-with-extending-OnMouseOver-duration) |
help with extending OnMouseOver duration - speedk0re - 10-10-2012 Hi all, I'm attempting to capture an object's value with objectspy and the object is a flyout menu. Since by default the flyout menu is not expanded I can't grab the menu items, so I'm trying to use the FireEvent "onmouseover" and capture the object that way. The problem is the event only flashes for a second. Is there a way to extend the time or "pause" my script when that flyout menu is open so I can grab the elements with ObjectSpy? |