Find image activity not working on second image in citrix

Hi,

When I click on Export button in citrix, got open button below the browser. My code is able to click on open find image and click image activities. After clicking on open button one more popup comes open dropdown, openfolder button. Find image and click image activities are not working on open dropdown.

Uipath version 2019.4.4

Regards
Sailaja Pasupuleti

@Sailaja_Pasupuleti

Use Element Exists activity and indicate that pop up. If it exists then use click activity to click else do some other steps.

In that case try with SEND HOT KEYS activity
With keys like tab or down which will navigate across the fields or if it’s a drop down
It’s more like how we do with keyboard
—check manually once how many down keys or tab keys required to get to that field and use that much number of send hot key activity with that key (no selectors to be chosen)

Kindly try this and let know for any queries or clarification
Cheers @Sailaja_Pasupuleti

Thanks alot it is working with tab shortcut key.:slightly_smiling_face:

1 Like

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