文件名称:chrome-devtools-protocol:适用于PHP的Chrome Devtools协议客户端
文件大小:1.21MB
文件格式:ZIP
更新时间:2024-02-19 14:25:10
chrome automation web chrome-devtools headless
Chrome Devtools协议PHP客户端 适用于PHP客户端。 基本用法 // context creates deadline for operations $ ctx = Context :: withTimeout ( Context :: background (), 30 /* seconds */ ); // launcher starts chrome process ($instance) $ launcher = new Launcher (); $ instance = $ launcher -> launch ( $ ctx ); try { // work with new tab $ tab = $ instance -> open ( $ ctx ); $ tab -> activate ( $ ctx ); $ devtools = $ tab -> devtools (); try { $ devtools -> page ()-> enable ( $ ctx ); $ devtools -> page ()-> naviga