Can not connect to pop up

Hello,

I have a kantu script that clicks a button in tab 0, that button opens a pop up, I need to interact with the pop up, but SelectWindow with the title of the pop up is not working. I’ve recorded a screencast to show the problem.

Please view the screencast here: Kantu-CantClickPopup.mp4 - Google Drive

Note I’ve blocked out some of the information on the webpage, but you should be able to see everything needed to evaluate what might be happening.

I think you must use desktop automation (xclick and xtype).

In firefox i find a solution to force to open popup in new tabs (i must search with google for some weeks but i solved forcing new popup in new windows with setting firefox).

In my opinion with web automation you can not work in a popup, only with desktop automation that is much slower and difficult you can work.