Need help in Mouse Hovering functionality

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
Chinmaya
Posts: 1
Joined: Fri Apr 11, 2014 7:55 am

Need help in Mouse Hovering functionality

Post by Chinmaya » Fri Apr 11, 2014 10:04 am

Hi All,

Greetings!!!

I am working in Automation team and i need some help regarding issue faced while scripting.
My application under test is a Delphi application and My test case expected result is when user navigate to a particular screen and hovers around his mouse on a text, a link or URL is displayed in blue color and user needs to click on it to navigate into some other screen.
The tricky part is once user removes mouse from the Text the link is not displayed anymore.
Please refer attachment .
The screen discussed here comes under "TpaintPanel" category where the text are recognized by raw text technique.

Waiting for your help and suggestion!!!

Thanks,
Chinmaya
You do not have the required permissions to view the files attached to this post.

mzperix
Posts: 137
Joined: Fri Apr 06, 2012 12:19 pm

Re: Need help in Mouse Hovering functionality

Post by mzperix » Mon Apr 14, 2014 8:12 am

Hi Chinmaya,

you have to have the element without hovering the mouse.

If you have this, just do this thing:
- Mouse MOVE to the element without hovering on it
- Mouse Click action without ANY element given, so it clicks on the place it is right now.

If you need more help, I am happy to do it.

Best regards,
Zoltán Major