Pop-up Problem

Good morning,
I’m having trouble automating a process in my ERP, and I’m banging my head against the wall trying to find a solution. The issue is accepting a save changes confirmation because it requires clicking on a pop-up window. I can’t find a way to click on that pop-up window. I’ve attached a screenshot.

Thank you very much and best regards.

Buenos días,
estoy teniendo un problema para automatizar un proceso en mi ERP, y me estoy rompiendo la cabeza y no encuentro solución. El problema es aceptar una confirmación de guardar cambios, porque hay que hacer click, en una ventana emergente. No encuentro manera de hacer click en esa ventana emergente, adjunto captura.

Muchas gracias y un saludo

image

Hi @Angel_Meseguer_piqueras ,

Try using attach window and a click activity inside to click on the pop up.

Thanks,
Gautham.

Good morning,

thank you for your answer.

I think i have no the activity “attach window”:
image

Hi @Angel_Meseguer_piqueras ,

There is a Filter icon in the snap shot, Enable the Show classic activities in that filter.

Attach Window is a classic activity.

image

Once enabled you can find it,
image

Thanks,
Gautham.

Hi,

you can give time delay after as 2 sec in your previous activity as shown in the Screenshot and use shortcut key activity for Accept on the pop-up button.

Thank you,
Akhil

thanks you all but nothing of this works… it looks like if pop-up is really just a message of the ERP, but doesnt look like a really pop-up window.

attach window doesnt work… and “click image” doesnt work either :((((

Hi @Angel_Meseguer_piqueras,

Can you try on element appears activity with click inside that,

Also open the UiExplorer, indicate the pop up.

Once you get a valid selector can you please share then snap from UiExplorer and the selector as text here.?

Thanks,
Gautham.

1 Like

this weird thing looks that work. it finally saved changed but it took at least 7 or 8 seconds…i bet it could be better done

Try using Simulate as input method for click activity. And set the propertY on element appear to wait for interactive

1 Like

in which activity should i use “simulate” as input? i dont know how to do it in “click” activity. thanks!!

Select click activity so that properties of click activity are visible, now in the properties pane you will find a Input Method field there select it to simulate.

Same way in the properties pane of On element appear activity,
You will find the property field called wait for ready, set that to wait for interactive.

1 Like


i think i finally will leave this like this. im trying to change some properties to do it faster, but may be its the best i can do with my knowledge of this software…

Hey @Angel_Meseguer_piqueras ,

In this screen shot you have shared switch the property from complete to inter active it would be more fast.

1 Like

whatever i change, it cant take less than 31 seconds

in the “selector” property:

may be this is weird?

Hello @Angel_Meseguer_piqueras ,

Probably yeah. Just try changing the wait for ready from complete to interactive.
It might help optumize the speed.

Thanks,
Gautham.

1 Like

thank you very much for your help

1 Like

@Angel_Meseguer_piqueras ,Most welcome.!

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