Moving a pop up window

Hi -

Anyway to identify & move a popup window? For some reason the "front window" grabs the window it came from.

Also, still can't figure out how to identify the title or # of a window - I saw the threads but don't see how to get the variable in a way I can see it.

Thx in advance for any help!

Possibly. What's the application that produces the pop-up window?

I take it you are referring to one of the Manipulate a window actions, and that it does not recognise the pop-up as a window. If that is the case, another approach will be needed, but what is possible will probably depend on the individual case.

In this case, a popup in chrome browser coming off youtube.

On my setup, I don't see such pop-ups, and so I do not know what the purpose might be. Perhaps someone else will recognise the problem, otherwise please give full details. The thread How Do I Get The Best Answer in the Shortest Time to Questions on the KM Forum? has tips that might speed the process here up.

It's an extension that gets you a popup miniplayer - I want to then move & resize that mini player window.

Thx!

Then you'll probably have to either JavaScript the adjustment via the "Execute JavaScript..." actions or use image detection and simulated mouse click-drags.

Without actual details it's difficult to say more.

Ok thx