Click ventana emergente

hola a todos, como puedo hacer click a una ventana emergente, no me esta dejando realizarlo ni con retry scope y con click image ni click, help

Hi @mively ,
which screen do you need to work with

does it work on app or web
do you have an extension for this window
can you be more specific, I will help you

es una aplicacion de escritorio, a medida que voy navegando llego a un punto en que tengo que dar click en yes, dos veces pero no me toma la ventana emergente

you want to open the application on the desktop of window right
try to open with Run
execute on UiPath by send key window+R
then type its exe path then key Enter it will open


You can try it
OR

Or

Hope it help

@mively,

Use classic Click activity to click on the desired pop-up. This uses full selector so no need to use it inside application scope.

@mively

As pop up might be considered as different winfow you might need to use a spearate use app/browser and then use a click inside it

Alternately try to send hotkey and check if that works

Cheers

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