Image Click Issue when running from Orchestrator. Works in local machine

Hi Team,

In my project, I have been doing SAP automation using UI approach.

All the steps in this automation easily relied on click/type/keyboard etc. However, there was a step in which there is dependency on Image click where image appears only on some movement on the window (PFA

The steps have been performed as expected in the local machine (this is where I developed). However, it is skipping this step where image click was expected when I run from orchestrator on the testing VM.

Experts please help.

@Yoichi , @ashokkarale, @Anil_G , @sonaliaggarwal47 ,

@hacky,

Check if any Keyboard shortcut is available. SAP is very rich application in terms of shortcuts. This will be more reliable and faster approach here.

You can check with your SAP implementation team for the shortcut or alternate option if don’t find it easily.

1 Like

Before download 5-10 second wait it will be download. Or send hotkey Ctrl+S.

Hi @hacky
You can try below points
Add anchors also
Also add activate window activity before your image click
Add some delay before the activity

I have tried everything.

So had to end up doing image based automation. Also, it is not possible working from Orch on VM. It worked on local machine when run from the studio.

Dude Ctrl S option is not available.

That is the main issue, other wise I would have used attach window and passed the hotkey.

Problem here is that this entire window is treated as an image. And the icons are popping up for limited time (3-5 seconds)