Selenium - random string function
From Foochal
[edit]
How do I create a random string in selenium
You need to use the store command to populate a variable, then user the variable
store | javascript{new Date().getTime()} | timestamp
type | userid | any-prefix-${timestamp}-any-suffix

