Process.getRecentLogs() 方法
🌐 Process.getRecentLogs() method
获取浏览器触发的最新日志(stderr + stdout)。
🌐 Get recent logs (stderr + stdout) emitted by the browser.
语法
🌐 Signature
class Process {
getRecentLogs(): string[];
}
返回:
string[]
🌐 Process.getRecentLogs() method
获取浏览器触发的最新日志(stderr + stdout)。
🌐 Get recent logs (stderr + stdout) emitted by the browser.
🌐 Signature
class Process {
getRecentLogs(): string[];
}
返回:
string[]