Question
Bank of America
US
Last activity: 13 Jan 2017 11:07 EST
How to detect if control not matched.
I have matched a control in webapplication and lets say it's a button. And in automation the button will perform click. In certain senario the button may not be visible and automation tries to perform click and exception displayed that "The control <<controlName>> is not matched".
Is it possible to check in automation before executing perform click. In my case automation should end when button not exist.
Any suggestion please..