the problem is that my queries get asked for captcha instantly after i open BAS, while same query works in my chrome/firefox browsers. it somehow must recognize that its not normal chrome, or something
Loop with continue if time is correct
-
I have a loop that I want to continue at a certain time of day. Example at 19:29 I want BAS to continue IF the 19:29 time stamp is meet.
Any ideas
Thanks in advance !
-
@kuralowicz said in Loop with continue if time is correct:
I have a loop that I want to continue at a certain time of day. Example at 19:29 I want BAS to continue IF the 19:29 time stamp is meet.
Any ideas
Thanks in advance !
BAS allows you to get the current time and get hours and minutes from this time. Just compare the current values with the necessary ones in the loop.
-

There are many ways, and here is an example of what you said.