Hello there!
I am trying to validate the logic of my script using assertions. The try/catch works on some pieces. However, if I want to make my script smart, I need to control the actions to allow the script to continue on a while loop rather than start a next iteration of the full script. Is it possible to control the iterations of a while using Javascript? Something like while.nextIteration() or similar?
Thank you in advance!