我使用代理服务器录制,无法看到弹出的录制内容。我的弹出窗口是确认弹出窗口,因此我无法使用HTTP授权管理器。我必须点击此弹出的确定才能转到下一页。我会用这种弹出窗口做什么?
谢谢
答案 0 :(得分:2)
When you click on OK, Does the page get submitted to server?
JMeter will record all the HTTP requests. Jmeter does not execute javascript as the browser does. So, The popup/alert you got, might have been triggered by a Javascript just for some confirmation which JMeter can not record. If the user action on the pop up had triggered any HTTP request, JMeter would have recorded the HTTP request to go the next page!.