Problem with selectors in Quick Book Desktop Application

Hi,

I’m trying to automate a process based on Quick Book. In the Quick book desktop application, I want to save the invoice as PDF. But using UI explorer can’t catch the element of “Save Button-Down Arrow”.Can anyone help me with this?

@SMDW

Welcome to UiPath Community

As you can see that we have to click and after that we will get the SAVE AS PDF, so for this you can place a click option and use element exists, hope this helps

or If any shortcut is available you can always use the shortcut by passing Hotkeys

Thanks

Hi Ksrinu,

Thank you for the quick reply.

I used click activity for the “Save” button. But I wasn’t able to find the correct element selector for the “Save” button. That is the problem I have.