Skip to main content
Version: 24.24.1

Process.getRecentLogs() 方法

¥Process.getRecentLogs() method

获取浏览器发出的最新日志(stderr + stdout)。

¥Get recent logs (stderr + stdout) emitted by the browser.

签名

¥Signature

class Process {
getRecentLogs(): string[];
}

Returns:

string[]