Application Automation

Hi Guys,

I have been trying to automate certain set of repetitive tasks in an application which is installed in my desktop however runs only if internet is connected.

Now when I am trying to indicate individual elements on the application like File, Edit, View, New Document, etc. from the menu bar on the application, I am not being able to get the correct selectors as the entire menu bar is showing as one container. Below is the screenshot:

image

It should ideally recognize the individual options like New, Print, Search or menu like File, Edit, View, etc.

Please suggest what can be done.

Regards,

Kaustav Chakraborty

hi @Kaustavc1991

Are you able to use Alt+F,Alt+E etc for send hot key and then type n,p,s like that
:slight_smile: :slight_smile:

Have a try

Thanks
Ashwin S

Hi @AshwinS2

Thanks for the prompt response.

I have tried passing Hotkeys, I tried image based automation approach, I tried Basic and Desktop recorders but all have the same issue. It is like as if there is a sheet laid above the application screen which Uipath is not being able to break through to interact with the application.

Regards,

Kaustav.

hi @Kaustavc1991
Tell me the version of UIPath and have you installed the activities

Thanks
Ashwin S

Hi @AshwinS2

I am using the community edition 2018.1.4 and I have all the packages and activities are installed.

Regards,

Kaustav

Is this a Java Application? If it is, try to install the extension :slight_smile:

image

Hope it Helps!

Regards,