Random Text

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "$Random Text is a Text Function. The function returns a random alpha numeric string of user define length, including upper and lowercase text. The functio...")
 
(Example)
 
(3 intermediate revisions by one user not shown)
Line 3: Line 3:
 
The function returns a random alpha numeric string of user define length, including upper and lowercase text.  
 
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.  
 
The function allows you to specify the number of characters to return.  
 +
 +
'''Length:''' The length of the random text.
  
 
== Example ==
 
== Example ==
Line 11: Line 13:
 
</pre>
 
</pre>
  
The code above will return random random text 5 characters long in the username field.
 
  
[[File:randomtext.png]]
+
The code above will return random text 5 characters long in the username field.
 +
 
 +
 
 +
[[File:rndmtxt.jpg]]

Latest revision as of 21:39, 28 December 2016

$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.

[edit] Example

navigate("http://www.ubotstudio.com/playground/simple-form", "Wait")
type text(<username field>, $random text(5), "Standard")


The code above will return random text 5 characters long in the username field.


Rndmtxt.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox