Forum Discussion
karkadil
12 years agoValued Contributor
Ah, I see, you use Wait methods, but still get the error.
Check whether you use such constructions
if (...WaitWindow(..., ,,,).Exists)
{
...Window(..., ...).Click();
}
It might happen that you get the error not on the line where Wait method is used, but on another one
Check whether you use such constructions
if (...WaitWindow(..., ,,,).Exists)
{
...Window(..., ...).Click();
}
It might happen that you get the error not on the line where Wait method is used, but on another one