Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Accessing Frames with internet Explorer

$
0
0
Hi,

I am using PowerShell to navigate to a website using the following code:
$ie = new-object -comobject internetexplorer.application
$ie.visible = $true
$ie.navigate(http://www.website.com)
while($ie.busy){Start-Sleep 1}

The website contains several nested framesets. I am unable to access the frames in the document. 

Any ideas how to walk through the individual framesets and frames?

Viewing all articles
Browse latest Browse all 21975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>