I'm waiting for a control to exist, but the test fails before the button exists.
It gives the error: The control is not available or not valid
The code I'm using is:
uIOKButton.WaitForControlExist(2000000); // Click 'OK' button Mouse.Click(uIOKButton, new Point(46, 19)); The time out, even though I have it set to 3 hours, times out after 30 mins. So the time out is not working the way it's supposed to. Is there anyway around it?
Is there anyway to stop it from failing other than increasing the timeout?
