Page 1 of 1

Need help in Mouse Hovering functionality

Posted: Fri Apr 11, 2014 10:04 am
by Chinmaya
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

Re: Need help in Mouse Hovering functionality

Posted: Mon Apr 14, 2014 8:12 am
by mzperix
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