Find Element: Activity timeout exceeded

Hey @Mths_Teixeira,

This is what I would normally do

image

The PageLoaded variable is boolean, and goes in the output of Element Exists. Set the timeout to 500 milliseconds, and it will check every half a second to see if the element is there.

There are probably more elegant solutions, but this works for me

2 Likes