Cookies problem
-
hello i have a problem
in config in stacker
for example i first time login and its "Success"
but i change password and click start and see "Success" again with Same Capture
maybe in 3th time is see "fail"
so i think cookies will be save in confighow i can fix this problem and how i can delete cookies in config before start?
-
maybe a problem with the web site you are working with
to make sure that cookies dictionary is empty, you can print cookies before each try
or
try to use http debugger in the backgroundonce you are sure about the issue you can post some proofs here
-
Cookies are always emptied when you rerun the debugger. Same in the Runner when a bot finished a check.
-
May be key check Problem