@ahmad said in I face a strange situation help me anyone:
@Fox
make this profile with BAS 25,1,1
What do you mean?
I need to check the status code for each page(every step) , Because proxy easily to die , When 404, I need to automatically change the proxy and refresh the page .I want used the "Execute On Every Page Load In Browser" IS right? please give me some suggest,thank you .
@505167790 The way I solve that kind of problem is with if statement.
First I load the proxy. Then Get on the link, then Status (these are functions in Http Client). So I go to Script Logic choose IF expression. If [[SAVED_STATUS]]!=200 (200 is code for successfully loading page) then load proxy Get on the link, then Status and so on...
Hope I helped