Type text
From UBot Studio
(Difference between revisions)
(→Example) |
(→Example) |
||
Line 10: | Line 10: | ||
type text(<username field>, "my username", "Standard") | type text(<username field>, "my username", "Standard") | ||
− | [[Type Text.png|thumb|Type Text Command]] | + | [[File:Type Text.png|thumb|Type Text Command]] |
[[File:http://commons.wikimedia.org/wiki/Type Text.png|thumb|Type Text]] | [[File:http://commons.wikimedia.org/wiki/Type Text.png|thumb|Type Text]] |
Revision as of 15:46, 9 October 2012
Description
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")
File:Type Text.png
Type Text Command