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?
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?

