Много где это проблема из-за того что сайт видит что вы бот / плохие прокси , либо капчу не верно решили несколько раз и оно очень много раз повторяется на recaptcha v2 такое часто бывает , и иногда получается пройти
i wanna a while loop if element didnt exists keep repeating until it's exsists
-
- Start While Loop: Begin a constant loop.
- Check for Element: Inside the loop, search for the specific element on the page.
- Not Found?:
- If the element is not present, pause for a brief period using a Sleep function.
- After sleeping, continue with the next iteration of the loop.
- Found: If the element is found, exit the loop.
-
i also want same thing ...