I am trying to click on a radio button n SAP but the selector is only finding the whole page, not the Workstation Import File button. Any ideas?
Thank you
I am trying to click on a radio button n SAP but the selector is only finding the whole page, not the Workstation Import File button. Any ideas?
Thank you
Use an “Anchor base” activity. Within this activity, place the “Find Image” activity to tag the text beside the radio button. Make sure property is set to left so that the robot can search for the radio button to the right of the control (which is your text for “Server Import File”).
Hello, Thanks for info @lrferns
What do we do when the radio button text is on the right side?
HI All,
There is no need for any anchors in SAP WinGUI
With SAP API scripting interface we are able to recognise any element of SAP WinGUI
Check the docu: https://docs.uipath.com/studio/docs/supported-sap-elements#radio-buttons
Best regards, Lev
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.