Hi,
I have some snippets that make heavy use of autopilot commands ( click, keypress, wait,...) to autofill a webform.
Sometime, if my wait delays are too short or in case of sluggish internet connection or slow website, the remaining sequence is not working as expected.
But it looks like there is no way to stop a snippet to complete it's execution. I tried the ESC key but that doesn't stop the snippet execution.
Is there a way to interrupt the snippet in the middle of his execution without reloading the page ( and risk losing unsaved information ) ? if not, it would be a good feature.