Process.getRecentLogs() method
Get recent logs (stderr + stdout) emitted by the browser.
Signature
class Process {
getRecentLogs(): string[];
}
Returns:
string[]
Get recent logs (stderr + stdout) emitted by the browser.
class Process {
getRecentLogs(): string[];
}
Returns:
string[]