steve4king
15 years agoOccasional Contributor
Stop on Window Recognition error - never stops..
I know the documentation says, "Not counting Auto-Wait Timeout cases.."
But everything that calls a window has an auto-wait timeout.. so how can I force this to trigger?
I'm trying to handle unexpected (not technically modal) windows.. and 90% of the time, I don't want my test to continue running down the list if one window doesn't exist. It looks like I'm going to have to add annoying little loops at every user interaction to look for non-modal error messages that prevent the test from progressing.
Main question I guess.. How can I get stop on window recognition error to fire? (How do I disable auto-wait timeout for certain operations so that it will fire?)
Thanks!
-Stephen
But everything that calls a window has an auto-wait timeout.. so how can I force this to trigger?
I'm trying to handle unexpected (not technically modal) windows.. and 90% of the time, I don't want my test to continue running down the list if one window doesn't exist. It looks like I'm going to have to add annoying little loops at every user interaction to look for non-modal error messages that prevent the test from progressing.
Main question I guess.. How can I get stop on window recognition error to fire? (How do I disable auto-wait timeout for certain operations so that it will fire?)
Thanks!
-Stephen