Why can I not acess the DOM of frames with PowerShell, but I can through F12 Developer Tools?
document.frames[0].document.getElementById("expample").innerHTML "Page Content"
$ie.document.frames -eq $null True
I need to retrieve text from the inner frame and run a JavaScript on the page.