im new to selenium ide. i need to automate the testing of an export function which i am unable to automate.
- Click Export and Window will pop up (done)
- Select the Save File radio button which is the 2nd option. (only able select window)
- It will prompt the directory which i will save
- Press Ok button
Click here for image of Popup Window
My Codes
<tr>
<td>click</td>
<td>id=reportExport</td>
<td></td>
</tr>
<tr>
<td>waitForPopUp</td>
<td></td>
<td>30000</td>
</tr>
<tr>
<td>selectWindow</td>
<td></td>
<td></td>
</tr>