Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have made FB group auto-post, but I don't have action to check whether the post is successful or not.
How do I do this? Is there the best way to achieve this? @Fox
@Fikadey what about going through the real website like first i will go to twitter and then click on the target link from there will it make sense ?
@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
You can, for example, firstly check "Is element exist", and after that use "wait for element" if its not exist.
Or you can simply "wait" for max seconds - in your case 20 sec or whatever max waiting time is needed.
Or you can create a loop that checks for element until element shows on the page.
thank a lot. will check it out