I notice that the “Click Image” activity was not following the TimeoutMS property. I set timeout to 150ms, and to click something that is not currently on screen. The activity does not throw an error at 150ms, it keeps searching the screen for the image.
Expected behaviour is for the activity to throw an error at the time I specify. This was not happening.
Error appears in version 19.3.0 of the “UiPath.UIAutomation.Activities” package.
I’m using the latest version of Windows 10 Pro.
Error was reproduced in both latest community edition of UiPath Studio (I installed this as a fresh install of community edition yesterday) and in UiPath Studio 2018.4.5.
I found a fix to this error by downgrading the “UiPath.UIAutomation.Activities” package from 19.3.0 to 18.4.5. At the same time I downgraded the “UiPath.System.Activities” package from 19.3.0 to 18.4.2.
It seems the Timeout works again for the click image activity. I think the Click Image activity is found in “UiPath.UIAutomation.Activities” so I believe downgrading that package was the solution.