When using the following code in PowerShell 3.0
PS> $data = Invoke-Webrequest -Uri stackoverflow.com
PS> $data.ParsedHtml.getElementsByTagName("div")
I get this warning:
Windows Security Warning - To allow this website to provide information
personalized for you, will you allow it to put a small file (called a cookie)
on your computer?
I would really like to suppress this message or add code to handle cookies, so the code could be scheduled.
I have tried trusting the site in IE allowing cookies and even lowering the "User Account Control Settings" but with no avail.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…