Process.getRecentLogs() 方法
¥Process.getRecentLogs() method
获取浏览器发出的最新日志(stderr + stdout)。
¥Get recent logs (stderr + stdout) emitted by the browser.
签名
¥Signature
class Process {
getRecentLogs(): string[];
}
Returns:
string[]
¥Process.getRecentLogs() method
获取浏览器发出的最新日志(stderr + stdout)。
¥Get recent logs (stderr + stdout) emitted by the browser.
¥Signature
class Process {
getRecentLogs(): string[];
}
Returns:
string[]