I am a beginner with Selenium. I user Selenium IDE 1.9.0 for recording website activity. For example I am trying to record some activity involving an online product creation. Consider the website "demo.soft2print.com/products.asp" Here, i click on any product. It opens an IFrame wherein i can design the product. Selenium IDE does not record anything from the point the IFrame has loaded(even loading of the IFrame). When viewed in the "Source" tab in Selenium IDE, the following is the last that has got recorded(i.e when i click on a product)
<tr>
<td>clickAndWait</td>
<td>css=a.productgrouplink</td>
<td></td>
Please help on how to proceed recording IFrame acitivity(loading and related acitivity in the IFrame) using the Selenium IDE. It would be nice if i get to know how to proceed with reference to the website i mentioned. Awaiting for some help.