I reinstalled BAS and lost all my modules. I’m looking for a module but I can’t find it. It’s an emulation module that allows scrolling, refreshing the page, and going back in the page. Does anyone know where I can find it?
You can find it in your old version. BAS is installed in the same folder as the old version, where the new version is located somewhere in the tree, and your old version is in the Custom modules folder. It seems to be called something like that, and it contains all the unofficial modules
@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...