Hi,
I am unable to click the below checkbox from SAP window. Its clicking somewhere on the screen

Can anyone help?
Hi,
I am unable to click the below checkbox from SAP window. Its clicking somewhere on the screen

Can anyone help?
How are you trying to click
You can as well try using vb scriptingn for sap
Ideally ui automation should do the job
Cheers
It seems a Grid View control of SAP. Try generating selector by using Ui Explorer. If it don’t work, you can follow a rather longer but sure shot approach as below:
Thanks,
Ashok ![]()
You can try UI Script and recording option on SAP to record your actions and just run the script. You may also add custom actions in between.