Is there any way in Selenium ide, so that we get list and handlers for all controls provided on any page? So if we get that we can test that one by one using RC and it ll greatly helpful when there are more then 40 controls on page. In that case, it ll become very tiresome to record for all.
My Application has a lot of calculation being done in JavaScript according to how and when the user acts on the application. The project prints out valuable information (through console calls) as to ...