I have a InternetExplorer.Application
I am creating an automation and one of the pages I opened, opened a dialog that looks like a new tab, but on the same process (I checked it by the task manager >> process tab that the same process just consumes more RAM) and I don't find the document if that dialog application.
Even in the shell.application
In the windows it isn't there.
I want help to find it
I thought to do some recursion on the $ie
members to find a word that appears there and if it find a path post that path.
Thank you in advance
$ie.Document.getElementsByTagName('iframe')
you get anything? – Doubs