Is it possible to create Selenium tests using the Firefox plugin that use randomly generated values to help do regression tests?
The full story: I w
store javascript{Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 8)} myRandomString