Hi! I'm trying to automate a stress test for a form (the website were trying to build). I need help setting up a specific loop logic:
The Flow: Fill Form -> Click Submit -> Wait for Success Message.
Success Detection: Once the XPath for "Thank you" is detected, the page should Reload and start the next entry.
Iteration Limit: I want this loop to run only for a specific number of times (e.g., 10 submissions) and then stop.
Error Handling: If an error occurs instead of the success message, I want to receive a notification (i dont know if there is a feature avaible on v5 right now).
Hi! I'm trying to automate a stress test for a form (the website were trying to build). I need help setting up a specific loop logic:
The Flow: Fill Form -> Click Submit -> Wait for Success Message.
Success Detection: Once the XPath for "Thank you" is detected, the page should Reload and start the next entry.
Iteration Limit: I want this loop to run only for a specific number of times (e.g., 10 submissions) and then stop.
Error Handling: If an error occurs instead of the success message, I want to receive a notification (i dont know if there is a feature avaible on v5 right now).