Mouse Over
From UBot Studio
(Difference between revisions)
(Created page with " This command is part of the Action Commands. Type text is used when you need to type text into a browser text field. You simply drag this command into the scripting are...") |
Revision as of 23:08, 7 November 2012
This command is part of the Action Commands. Type text is used when you need to type text into a browser text field. You simply drag this command into the scripting area and choose an element using one of the selector tools. (See "The Selectors" for more information).
Example
type text(<username field>, "my username", "Standard")
Running the script will fill the selected field with the text "my username".