Type text
From UBot Studio
(Difference between revisions)
(→Description) |
(→Further Reading) |
||
Line 9: | Line 9: | ||
[[File:Type Text.png]] | [[File:Type Text.png]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
== External Links == | == External Links == | ||
# Using Type Text in a bot. | # Using Type Text in a bot. |
Revision as of 01:02, 10 October 2012
Description
This command is part of the Action Commands. Type text 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 Selectors" for more information).
Example
type text(<username field>, "my username", "Standard")
External Links
- Using Type Text in a bot.