Много где это проблема из-за того что сайт видит что вы бот / плохие прокси , либо капчу не верно решили несколько раз и оно очень много раз повторяется на recaptcha v2 такое часто бывает , и иногда получается пройти
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.