@mak0ni
https://pinterest-media-upload.s3.amazonaws.com/
according to fiddler here is the WebForm, but i can get the Values for the form-data
7481bcdb-dac9-4100-962e-4df7d36e18e1-image.png
Need Help on Breaking the loop
-
When using break, it will immediately exit the current loop and continue performing the action immediately after the loop.
I don't understand why it doesn't work for you.
Maybe you want it to do something else? -
@Melinda Hi. I'm asking because I understand that if I use the break function inside the "For" function, it will break the loop. But this one doesn't work.
