Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Verifying if "onmouseover" - event has been activated
#1
Hello,

is it possible to recognize if a mouseover is working?

It's no problem with the following code to activate the event:
Browser("xyz").Page("xyz").Image("xyz").FireEvent "onmouseover"

But how can i verify if the popupmenu is shown (or not)?

Because the menu is normally hidden this was my first idea:
if Browser("xyz").Page("xyz").Image("popupimage").Visible then
but i'll produce a Run Error: property not supported.
What am I doing wrong?

Or will the Browser("xyz").Page("xyz").Image("xyz").FireEvent "onmouseover" already generates a failure if there is a problem with the popup?
Can somebody help me?
Reply
#2
what type of output you want to verify when we do MouseOver
Reply
#3
Image object has a visible property.I just checked i could verify it.
Are you sure that the popup is an image it could be a different object...

Regards
Kishore
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows Application Custom Combo box selection change event not firing in uft RamUFT 0 1,402 02-06-2020, 08:10 AM
Last Post: RamUFT
  How to handle KeyUp Event used in my App Hpqtp 3 4,746 07-03-2014, 05:25 AM
Last Post: supputuri
  right click event in qtp sujaravi123 4 25,475 01-24-2012, 11:48 AM
Last Post: ravi.gajul
  QTP Event Driven approach bostonma 0 3,462 12-13-2010, 10:32 PM
Last Post: bostonma
  FireEvent "onmouseover" doesn't work blanchedsouza 4 6,020 06-09-2009, 03:52 PM
Last Post: sharon

Forum Jump:


Users browsing this thread: 1 Guest(s)