hi
i'm using PAD version 2.51.x.
I have recently noticed that the timeout wait value for "wait for window content" doesn't have an effect.
This is what I tried :
1.
turned off "fail with timeout error'
Default settings for "On Error"
result : bot waited for a lifetime as expected.
2.
turned on "fail with timeout error' with the time out value of 5 seconds.
Default settings for "On Error"
result : bot again waited for lifetime but did not throw any error but, ideally it should throw a timeout error.
3.
turned on "fail with timeout error' with the time out value of 5 seconds.
"On Error" settings :
Retry policy : NONE
Actions on All errors : added a "rule" to set the error to a variable and "continue flow run" to Next action.
result : bot again waited for lifetime and did not set the variable value after timeout and did not even move to next step.
this is a very basic feature and this even is not working as it is supposed to!
I have no words to say about this tool.
has anyone else faced this?