Puppeteer 追蹤

2020-06-29 14:03 更新

class:tracing

class: Tracing v0.9.0 你可以使用 tracing.start 和 tracing.stop 創(chuàng)建一個可以在 Chrome DevTools or timeline viewer 中打開的跟蹤文件。

await page.tracing.start({path: 'trace.json'});
await page.goto('https://www.google.com');
await page.tracing.stop();

Methods

tracing.start(options)v0.9.0 tracing.stop()v0.9.0

Methods

tracing.start(options)v0.9.0

  • options <Object>
    • path <string> 跟蹤文件寫入的路徑
    • screenshots <boolean> 捕獲跟蹤中的屏幕截圖
    • categories <Array<string>> 指定要使用的自定義類別替換默認值 returns: <Promise> 每個瀏覽器一次只能激活一條跟蹤。

  • returns: <Promise<Buffer>> Promise which resolves to buffer with trace data.
以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號