Type text
From UBot Studio
(Difference between revisions)
(→Description) |
|||
Line 2: | Line 2: | ||
== Description == | == 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"]]). | 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"]]). | ||
Line 10: | Line 11: | ||
[[File:Type Text.png]] | [[File:Type Text.png]] | ||
+ | |||
+ | [[Further Reading]] | ||
+ | |||
+ | # See "[[Action Commands]]" |
Revision as of 00:24, 10 October 2012
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")
- See "Action Commands"