Type text
From UBot Studio
(Difference between revisions)
(→Description) |
|||
Line 4: | Line 4: | ||
''For more information, see [[Action Commands]].'' | ''For more information, see [[Action Commands]].'' | ||
− | This command is used when you need to type text into a browser element. You simply drag this command into the scripting area and choose an element using one of the selector tools ( | + | This command is used when you need to type text into a browser element. You simply drag this command into the scripting area and choose an element using one of the selector tools. (For more info on Selectors, see [["The Selectors"]]). |
== Example == | == Example == |
Revision as of 00:26, 10 October 2012
Contents |
Description
For more information, see Action Commands.
This command is used when you need to type text into a browser element. You simply drag this command into the scripting area and choose an element using one of the selector tools. (For more info on Selectors, see "The Selectors").
Example
type text(<username field>, "my username", "Standard")
Further Reading
- See "Action Commands"
External Links
- Using Type Text in a bot.