Closed Qbreak closed 1 year ago
I do not think this is a good idea, since this is the job of the Operation System / Shell.
On windows you can press [Pause Break] to pause a program in PowerShell and resume with [Enter].
On MacOs, Linux you can press [Ctr+Z] to suspend a program and resume by typing fg
.
This should at least work in all cases, except when capturing frames with chrome, because playwright is starting a node.js server, which communication is broken if the client is suspended. I have nearly no control over this communication, the only thing I could add is a retry loop, in case of a failure.
Worked :D
I do not think this is a good idea, since this is the job of the Operation System / Shell.
On windows you can press [Pause Break] to pause a program in PowerShell and resume with [Enter].
On MacOs, Linux you can press [Ctr+Z] to suspend a program and resume by typing
fg
.
Is it possible to add a pause feature if it won't take your time? pleaseeeenn