Hi all,
Looking for some recommendations on best practice to work around the below issue.
When using desktop automation with a windows form app, extracting a value from a text box (using the attribute text), DA throws an error when the textbox is empty as the 'text' attribute does not actually exist.
I figured I could just wrap the 'extract value' step in a try-catch but this did not actually help, neither did using the extraction type of 'Text'.
The reason for this is that occasionally we will come across fields where someone has not input data so trying to handle the exceptions.
Any suggestions appreciated.
Regards
Looking for some recommendations on best practice to work around the below issue.
When using desktop automation with a windows form app, extracting a value from a text box (using the attribute text), DA throws an error when the textbox is empty as the 'text' attribute does not actually exist.
I figured I could just wrap the 'extract value' step in a try-catch but this did not actually help, neither did using the extraction type of 'Text'.
The reason for this is that occasionally we will come across fields where someone has not input data so trying to handle the exceptions.
Any suggestions appreciated.
Regards