UIPath click activity does not work on adobe acrobat

I want to create a simulation where the robot saves the pdf file , it would click the choose different folder button but it does not seems to work on adobe acrobat using the click activity. Any idea would be appreciated thank you. It should successfully simulate ang click the choose a different folder button.

Hi @Jelrey,

Did you try with below selectors,? if not please try the same

<wnd app='acrord32.exe' cls='AVL_AVDialog' title='Save As' />
<wnd cls='AVL_AVView' title='AVAiCDialogView' />
<ctrl name='Choose a Different Folder... Button' role='pane' idx='1' />

what is the difference with the default selector ?

<wnd app='acrord32.exe' cls='AVL_AVDialog' title='Save As' />
<wnd cls='AVL_AVView' title='AVAiCDialogView' />
<ctrl name='Choose a Different Folder... Button' role='pane' />```

@Jelrey idx is matter and that is the difference

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.