Use RESET option in BROWSER TAB . this will clear cookies but cache will be still present. You can also make a profile and save it for further use. Let us know if this works for you.
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 ...