@Игорь777
There are multiple solutions to your problem.
You just need to use "Ignore errors" action and define
in "On error" part what script should do.
So you could set it just on google load action and define
to try to reload that page several times until its finally loaded.
You should do it in a loop and limit number of tries.
Another solution would be to to use "Add Element" from
"Resource" action. Jet again you need to use "On error"
part of "Ignore errors" action, and define that in case of
error on loading google [age you write that current data
(user/pass) again to that same resource, so it will be used
again in case of current error later.
That second approach will create duplicate lines, so you
need to make sure that you "remove duplicate lines" at
the end of script, or you could do it manually.
That second solution opens new ideas with "Delete Current Element"
in case of success, but first solution is most elegant, while second
and third involves lot of unnecessary disk writing.