Need help with Selenium IDE

70 views
Skip to first unread message

alimuddin maniyar

unread,
Oct 22, 2013, 4:32:51 PM10/22/13
to seleniu...@googlegroups.com
Hi Guys....

I am using Selenium IDE, i am not able to record a mouse over event in the Selenium IDE, Can anybody suggest a solution for this.
What Exactly i want to do is:

There is Label "New" --->>> Item1 --->>> Item1.2

The New will show the menus when we take mouse on it, and then it will show Item1 , Item2, and then when we take mouse to Item1, then it shows the sub menues....
Not able to record the same. Please suggest a solution.

Thanks in Advance
Alim

sri

unread,
Oct 23, 2013, 12:32:03 PM10/23/13
to seleniu...@googlegroups.com
you can not record mouse hover,pop up and many things coz of these reasons webdriver up dude

gilbertf

unread,
Oct 25, 2013, 4:17:17 PM10/25/13
to seleniu...@googlegroups.com
-1: Disrespectful, false and stupid.

gilbertf

unread,
Oct 25, 2013, 4:22:13 PM10/25/13
to seleniu...@googlegroups.com
This type of move is not recordable (it would make too much noise in the test script), but it CAN be put in a script.

mouseOver ( locator )
Simulates a user hovering a mouse over the specified element.

I suspect that a javascript adds the items in the submenus when you hover, so you could do a second mouseOver to go from "New" to "Item1" after a short wait.

THRINATH

unread,
Nov 1, 2013, 9:56:30 PM11/1/13
to seleniu...@googlegroups.com
as per my knowledge we can't record mouse movements, instead we can use mouseOver(Locator) command.


--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/4d7c76b0-749b-408d-abe6-edc947f5725e%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages