Page 1 of 1

Retry on error

Posted: Tue Jun 12, 2012 8:30 pm
by Darrylglenn
Hi Juan,

I'm having issues with one particular site.
It looks like some content is not loading as fast as the mainpage.

So I''m selecting a couple lines of text, when I run my actiontree I get "Requirements not met .... "
When I click "Retry" it just moves on.

I already selected the "Simlulate Click" on the "Navigate Each", but it won't help.. Any ideas?

Re: Retry on error

Posted: Thu Jun 14, 2012 1:39 am
by webmaster
Hi,

Try adding a Wait action with 5000 milliseconds (for now) right above whatever action is giving you the "Requirements not met" error. If you stop getting the error, this means the content is being generated dynamically, and if so, you can then remove the Wait action and replace it for a Force Select (New Action -> Execute Actions Tree -> More... -> Force Select) and set it to select whatever kind is giving you this error (the one mentioned after "Requirements not met..."). This way you won't need to wait a fixed amount on time but instead just as long as it takes for the required element to appear on the page.

Re: Retry on error

Posted: Thu Jun 14, 2012 11:45 am
by Darrylglenn
Thanks Juan, works great.