There was an attempt to perform an action at point (68, 0)
My code seems to be finding this web element (a link) just fine. I can look at attributes of the element in the debugger. But when I hit the line myControl.Click, I get this error message: Th...
In most cases, this error occurs because the object wasn't completely loaded, so it's not ready for testing. Using Wait* methods to obtain the object could help.