How to record popup windows with selenium IDE

前端 未结 5 1659
栀梦
栀梦 2020-12-11 09:42

While recording through Selenium IDE, When a pop up window opens it is not getting recorded. \"At the time of executing an error message is displayed.Please help me out.

5条回答
  •  轮回少年
    2020-12-11 10:06

    You must use the command WaitForPopUp and value 30000

    Try this and record properly.

提交回复
热议问题