【发布时间】:2018-03-22 17:50:26
【问题描述】:
【问题讨论】:
-
你想检测所有请求的ajax响应吗?
标签: javascript selenium webdriver-io
【问题讨论】:
标签: javascript selenium webdriver-io
$.ajaxSetup({
complete: function(xhr, textStatus) {
console.log(textStatus)
},
});
【讨论】: