Hi,
I am trying to build work flow on SAP.I want to check whether a checkbox is checked or not.If its not checked, robot should click. The issue is the checkbox is inside a panel and UiPath select the checkbox control.I can use Click text and use offset to click on the checkbox.But before doing it I have to check whether the checkbox is unchecked. Is there a way that I can use getAttribute on this checkbox or what should be the alternative?
Thanks!