Forum Discussion
karkadil
11 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
Related Content
- 3 years ago
- 4 years ago
- 6 years ago
- 12 years ago
Recent Discussions
- 14 hours ago