In Selenium IDE btnDelete (Button) not found

后端 未结 1 1398
南旧
南旧 2020-12-22 06:55

Help URL : URL[1]: http://i.stack.imgur.com/s5ZnK.png\' This URL also display a delete button code.

Selenium IDE: Command : Target clickAndWait : id=ctl00_D

相关标签:
1条回答
  • 2020-12-22 07:21

    What is likely happening is the previous click element launches this "window" with the btnDelete element. So you need to either use a waitFor ( or worse, a pause (don't use pauses).

    <tr>
    <td>waitForElementPresent</td>
    <td>id=ctl00_Dialogproxy_deletenews_btnDelete</td>
    <td></td>
    </tr>
    
    0 讨论(0)
提交回复
热议问题