Type text
From UBot Studio
(Difference between revisions)
(→Example) |
(→Example) |
||
Line 6: | Line 6: | ||
== Example == | == Example == | ||
− | <syntaxhighlight lang="basic4gl">type text(<username field>, "my username", "Standard")</syntaxhighlight> | + | <pre><syntaxhighlight lang="basic4gl">type text(<username field>, "my username", "Standard")</syntaxhighlight></pre> |
[[File:Type Text.png]] | [[File:Type Text.png]] |
Revision as of 14:28, 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
<syntaxhighlight lang="basic4gl">type text(<username field>, "my username", "Standard")</syntaxhighlight>