Corey Arthur
Corey Arthur
Thanks for the suggestion! Hopefully this is something I can add in future.
Hey, I took a shot at replacing the String-based match and replace here with a [custom find+replace operating on the raw binary data](https://github.com/CoreyD97/Stepper/blob/master/src/main/java/com/coreyd97/stepper/util/ReplacingInputStream.java) so the corruption of binary data shouldn't...
Hey, any chance you are able to identify at which point a crash must happen to wipe these settings? I've never seen this behavior before. Any time a setting is...
Thanks for the background info. I'll try to reproduce this and see if there is anything we can do about the root cause. As you say, lines 58-81 will definitely...
It wasn't an issue with the site map not being saved, but that the `resetSetting` method just straight up didn't work on project settings. That is fixed now so pour...
Thanks both, I'll look into adding this next time I work on the extension!
This is a great suggestion! I've made some changes on the dev branch which lay a kind of foundation for what you're looking to achieve here. Currently variables are only...
With the implementation of prompt variables in #13, you can work around this issue by adding a pre-execution prompt variable to the request you wish to pause before and simply...
This is something that is do-able, however might result in unintended consequences. If everything is passed to active scan, a request sent by active scan (before stepper has sent its...
Hey, sorry on the delay in getting to this request. I've just implemented the ability to trigger a sequence before a request is executed and thought I might be able...