Hey I'm back! How to Attach Window 'saplogon.exe SAP'

If I minimized my SAP.
image
I can not use Call Transaction Activity.
error:Could not find the UI element corresponding to this selector:
How to make it maxmize.
Thanks

Hi @jmy ,

Have you tried the Maximize Window activity https://docs.uipath.com/activities/docs/maximize-window ?

Best regards,
Marius

It dosen’t work.
By the way,is in SAP client, not in web.

1 Like

Hi @jmy ,

Maximize Window activity works no matter if there is a web or a desktop application (such as SAP).

However in order to properly work you have to use an Attach Window activity https://docs.uipath.com/activities/docs/window-scope, and afterwards to use (within the Attach Windows activity) the Maximize Window activity.

Hope this helps
Best regards,
Marius

1 Like

use Attach browser for that Tab and use Maximize window.

@jmy

Hello Jimmy,
try Attach Window activity with Restore Window activity.

image

In my case it opens the minimized SAP session.

Best regards
Stefan

1 Like

thanks for your reply.
but now what the matter is the “attach window” activity doesn’t work.

@jmy

Please, take a look at your selector.

image

The app and cls are always correct, but the title can differ, so use wildcards.

1 Like

The issue is not in the screen size. Check the solution from @StefanSchnell

1 Like