ulixee / hero

The web browser built for scraping
MIT License
657 stars 32 forks source link

Remove reusing command output #108

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago

This PR is a walkback of the ability to replay a session and reuse the output from previous runs. This approach worked, but proved to have a lot of edge cases. In particular:

Because of that, this PR:

In addition, this PR introduces the ability to "pause" and "resume" all command activity. Pause will stop and wait in the command runner, and also in between interaction steps. It will wait until resume is clicked.