标签: google-chrome phantomjs google-chrome-devtools headless
我很兴奋使用无头镀铬,我想在Phatom.js中使用onResourceRequested等功能。
onResourceRequested
但是我没有找到用于监视HttpRequest的相应函数。检查dev tools documentation后,我发现很多函数使用requestId,但是甚至没有获取这样一个Id的函数,你如何进行网络监控?
requestId
答案 0 :(得分:1)
It's there, just a bit buried。我最终想要将此功能添加到Navalia,因为它既有用又难以grep(就像许多CDP一样)