Hello,
I am trying to automate a process in SAP and need to verify if a checkbox is checked or not.
I already tried the get attribute-activity with the “checked” attribute. In the UI properties indicate, that the checkbox and its value is recognized (see picture). I created a new boolean variable(outputCheckbox) for the output of this activity, but the variable doesn’t take the value and I get the following exception: UiPath.Core.SelectorNotFoundException.
SAP GUI Scripting is enabled.
Did anybody face similar problems and can help me?
Thank you