Processing Javascript with Selenium

To allow you to create dynamic testing scripts, i.e. ones where the information entered onto forms, such as dates change over time, Cloud Testing has implemented the processing of JavaScript. Stored Variables The commands store, storeValue and storeText can be used to store a variable value for later. Store javascript{var d=new Date(); d.toString()} dateToday Store [...]