Mouse Over

From UBot Studio
Jump to: navigation, search


This command is part of the Browser Command. This command will mouse over a specified item on a webpage.

It is especially handy on websites with drop down menus that requires a mouse over in order to show more options.

Element to Mouse Over: Refers to the item that should be moused over.

Clicking the Advanced option on the command expands and reveals another option.

Mouse Over Using Location: Mouses over a selected item by location.


Example

navigate("http://alienryderflex.com/mouseover_menus_example.html", "Wait")
wait(5)
mouse over(<onmouseover="showMenu(1)">, "No")


Mouseover03.gif


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

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox