glorious-demo icon indicating copy to clipboard operation
glorious-demo copied to clipboard

Create a method to clear terminal content

Open rafaelcamargo opened this issue 5 years ago • 1 comments

Something like:

demo.openApp('terminal')
  .comand('node ./demo')
  .respond('Hello World!', { onCompleteDelay: 2000 })
  .clear()
  .end();

More info: https://github.com/glorious-codes/glorious-demo/issues/47#issuecomment-452450096

rafaelcamargo avatar Jan 08 '19 23:01 rafaelcamargo

+1 it would also be good if you could clear the editor

pfreitag avatar Feb 18 '19 19:02 pfreitag