I\'m testing my web application using Selenium IDE. There are test cases in which I have to assert that today\'s date appears on the page. I cannot hard code today\'s date in th
Not sure what format your date is in, but you could do something like this:
storeEval var d=new Date(); d.getDate()+'-'+((d.getMonth()+1)) +'-'+d.getFullYear(); date2 echo ${date2}