Mouse Over

From UBot Studio
Revision as of 23:28, 7 November 2012 by LillyT (Talk | contribs)

Jump to: navigation, search


This command is part of the Action Commands. This command will mouse over a specified item on a webpage. It is especially handy on websites with drop down menus that requires to hovering the mouse over and element to show more options.

Example

navigate("http://www.sitepoint.com/", "Wait")
wait(5)
mouse over($element offset(<class="sf-with-ul">, 0), "No")

File:Mouseover.png

Running the script will mouse over the element labeled "Forum" to display the additional options.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox