I use step "get html element" with counter - so with every iteration I receive next element.
And that works all fine. When no element exists - loop should brake - and it does.
I've set up unsuccessfull exit from that branch so template continues, but error is thrown "HTML element isn´t found, according to the search criteria".
And every template results with few dozens of such errors (this loop is inside another loop). Template executes succesfully of course.
So is there any way to tell zenno not to log errors if the error is handled with unsucessfull exit? It's really trashing my logs, which are far less readable, and searching thru them is much harder.
And that works all fine. When no element exists - loop should brake - and it does.
I've set up unsuccessfull exit from that branch so template continues, but error is thrown "HTML element isn´t found, according to the search criteria".
And every template results with few dozens of such errors (this loop is inside another loop). Template executes succesfully of course.
So is there any way to tell zenno not to log errors if the error is handled with unsucessfull exit? It's really trashing my logs, which are far less readable, and searching thru them is much harder.