debugging environment
andrzejek
Polska
Hi there, i won't waste my time posting the features that can improve speed of debugging, ill just ask first - will you even consider adding any of them (features)?
Comments
Another one would be saving HTML debug files with message + order of the steps:
domain.com - 1 form match data for register_step1.html
domain.com - 2 submission data for register_step1.html
domain.com - 3 form match data for step1.html
domain.com - 4 submission data for step1.html
domain.com - 5 unknown submission status.html
So later we can parse them and extract ex. captcha failed messages or just have better look on what is going on on the websites.
I know i can sort by URL but it got messed up once email's are downloaded:
Ability to run only one project in debug mode. So it's possible to:
import list of 10k domains into project and then click "NEXT" and SER will take first domain and run it.
(normally i have to manually right click project > import domain after domain )
button for "delete target url history" - if we got submission done (submitted count +1) the particular website wont run again after clicking "resubmit". (so you have to manually right click project > clear target url history and then, show urls > submitted > delete)
Would be so cool