Type text
From UBot Studio
(Difference between revisions)
Line 12: | Line 12: | ||
[[File:Type Text.png]] | [[File:Type Text.png]] | ||
− | + | ||
+ | == Further Reading == | ||
+ | |||
# See "[[Action Commands]]" | # See "[[Action Commands]]" | ||
+ | |||
+ | == External Links == | ||
+ | |||
+ | # Using Type Text in a bot. |
Revision as of 00:25, 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 (See the references on selector tools under "The Selectors").
Example
type text(<username field>, "my username", "Standard")
Further Reading
- See "Action Commands"
External Links
- Using Type Text in a bot.