Posts: 16
Threads: 2
Joined: Jun 2012
Reputation:
0
03-20-2013, 12:03 AM
How to capture operation such as hovering a mouse
Say we have many web sites where we have to hover our mouse and then we see options
say when we hover our mouse then only we the all other options.
How do we do that.
Posts: 1,003
Threads: 1
Joined: Jul 2009
Reputation:
5
03-20-2013, 07:02 AM
Are you looking for the tooltip text or you would want to hover the mouse to a particular location?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Posts: 16
Threads: 2
Joined: Jun 2012
Reputation:
0
03-20-2013, 08:34 PM
@ Basanth: No I want to hover my mouse, because once I move my mouse then only those menus come up, such as in flipkart and tradus.in
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
03-20-2013, 11:16 PM
There are multiple ways of handling this.
1) Using Fireevent
2) Using Device Repaly
3) Chaning the ReplayType
4) DOM
Please explore these options select best one according to your application and your comfort level.
Thanks,
SUpputuri
Posts: 16
Threads: 2
Joined: Jun 2012
Reputation:
0
03-22-2013, 08:46 PM
Supputuri:
Can you give me an example so that I can explore?
Posts: 29
Threads: 13
Joined: Oct 2012
Reputation:
0
03-23-2013, 11:17 AM
Hi,
Try using the following command for FireEvent over the object that you want to check its tooltip or whatever.
<object>.FireEvent "onmouseover"
It should fire the event of mouseover.
--Sams