Random Text
From UBot Studio
(Difference between revisions)
| Line 12: | Line 12: | ||
type text(<username field>, $random text(5), "Standard") | type text(<username field>, $random text(5), "Standard") | ||
</pre> | </pre> | ||
| + | |||
The code above will return random random text 5 characters long in the username field. | The code above will return random random text 5 characters long in the username field. | ||
| + | |||
[[File:randomtext.png]] | [[File:randomtext.png]] | ||
Revision as of 19:52, 21 May 2013
$Random Text is a Text Function.
The function returns a random alpha numeric string of user define length, including upper and lowercase text. The function allows you to specify the number of characters to return.
Length: The length of the random text.
Example
navigate("http://www.ubotstudio.com/playground/simple-form", "Wait")
type text(<username field>, $random text(5), "Standard")
The code above will return random random text 5 characters long in the username field.