Can't click a button on a pop-up in Selenium IDE
问题 I am trying to click a button on a pop-up which is opened from another pop up in Selenium IDE. I have no problem running commands in the second pop i.e. I can search for and select awards however when I try to click the Add button nothing happens. If the step is recorded in IDE the following commands are displayed: <tr> <td>click</td> <td>//button[@type='button']</td> <td></td> </tr> <tr> <td>click</td> <td>id=ctl00_PlaceHolderMain_New_pickerComponents_ButtonAddToTableResults</td> <td></td> <