google-code-export / wipflash

Automatically exported from code.google.com/p/wipflash
1 stars 1 forks source link

Handle the strange Microsoft UI Automation COMException #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Given a perfectly decent window with some slightly complex components perhaps 
including some winforms
When we get this exception on trying to find the Window
http://social.msdn.microsoft.com/Forums/en-
US/windowsaccessibilityandautomation/thread/5ac8c19f-d2a4-4f9b-abe3-
5003ba5f975e
then we should just sleep and retry later.

Original issue reported on code.google.com by featheredwings@gmail.com on 4 Jun 2010 at 2:06

GoogleCodeExporter commented 9 years ago
Turns out the number of *other* problems we get from trying what we were trying 
is far greater than any automation difficulties. No longer needed.

Original comment by featheredwings@gmail.com on 23 Nov 2010 at 9:57