Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am aware of the Follow redirects feature of http client.
Can I use Follow redirects in Browser?
@moon said in Browser Follow redirects:
I am aware of the Follow redirects feature of http client. Can I use Follow redirects in Browser?
Browser should follow any redirect by default.
BAS работает только с браузером
@DaHammer said in Manual Browser Control does it open the browser automatically?:
If I run a script in without browser open when Manual Browser Control fires will it automatically open up or alert me in someway?
can't you check it yourself?
For BAS we need to use %% I guess, after trying all the things, this code worked.
Thank you for helping @tet-vivi @super84
@zortexx said in How to sleep for x minutes after x follows?:
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds. ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png But you should be sure that number that you check is not string. If not you just get wrong result anyway.
@bennettjimmy63 Hi. Try to divide cycle_index to 25. And check the result. If it is integer then sleep 2400 seconds.
ccf0eb8c-5c99-4af6-8955-5e0e203cea98-image.png
But you should be sure that number that you check is not string. If not you just get wrong result anyway.
Can't seem to figure this out bro, this didn't work out for me