Mouse Over

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Example)
(Example)
Line 16: Line 16:
 
<pre>navigate("http://www.sitepoint.com/", "Wait")
 
<pre>navigate("http://www.sitepoint.com/", "Wait")
 
wait(5)
 
wait(5)
mouse over($element offset(<class="sf-with-ul">, 0), "No")
+
mouse over(<innertext="Topics">, "No")
 
</pre>
 
</pre>
  
  
[[File:mouseover.png]]
+
[[File:mouseover.jpg]]
  
  
 
Running the script will mouse over the element labeled "Forum" to display the additional options.
 
Running the script will mouse over the element labeled "Forum" to display the additional options.

Revision as of 22:16, 15 September 2013


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 to hovering the mouse over and element 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://www.sitepoint.com/", "Wait")
wait(5)
mouse over(<innertext="Topics">, "No")


File:Mouseover.jpg


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

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox