@thesunofme
Please attach the project where the problem occurs. Here or in the PM form.
Describe in more detail what site you are talking about and what proxies, mail services, etc. you use to register accounts, this can also be done in the forum PM.
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 ...