SAP Automation Target application could not be identified

elifkaraoglu

New Member
My SAP automation works fine except one step. Process can attach page1 then click button for open page2. When page2 popup apperar blue prism cant attach page2.
I use one session. I try everyhing.
I run step by step process work fine. That process step doesn't work only production environment. How can i click page2 button?
 

Attachments

  • sap automation.JPG
    55.4 KB · Views: 19

sunortap

Member
Hi elifkaraoglu
I assume the problem is not in attaching but rather in spying.
The id of elements in first page will start with /app/con[0]/ses[0]/wnd[1]
While id of elements in second page will start with /app/con[0]/ses[0]/wnd[2]
if you provide more details about your application modeler I will be able to give you more hints.
 

Pete_L

Active Member
Sometimes, a popup will need to be spied as a separate object. Then, at the point where the popup usually occurs, you need to test to see if it exists. If it does, use the actions defined in the new popup object to interact with it.
 
Top