Hello, I am trying to automate SAP GUI. I am unable to click “Connections” shown in the image below (Note, I do not have the correct access to run transaction RZ11) so I have tried using click text to click “Connections”. This also did not work and it kept selecting the top left corner…How do I get this to work?
I have also attached my workflow for this.GUI Test.xaml (8.2 KB)
Hi,
I assume that you only have explorer view in your SAP GUI 7.50 so you can’t use List view?
You can try using click image instead, and indicate the scope to be just the section highlighted in blue in your Screenshot.
Check if SAP scripting is enabled or not.
It should be enabled to get the selectors from SAP GUI and in ui explorer change ui frameworks to Active Accessibility to get all possible selectors.
@Krishna_547 I do have scripting allowed. It’s just this initial screen that is giving me issues. Once I login, click text works really well (and without OCR)
I am trying to create an unattended automation for GUI and I need to get past this logon screen
I am fine with everything except for selecting Connections… Click OCR text is not working so I am unsure what to do
Did you try give click on image a try yet? remember to grab just the connection as the image and specify the scope to be the left window, you may have to tweak the Accuracy setting in click image as well as you needed.
I had this issue before as well before we upgraded to SAP GUI 7.60
@LevKushnir Ah okay. I forgot to post my solution (^ᗜ^)
When I dragged and dropped the Click Image activity into my workflow, it did not capture the selector for the “Connections” I wanted, so it ended up selecting the “Connections” at the top.
So what I then did was go to “Recording” (Basic) and used Click Image from there