标签: powershell memory windows-10
我正试图在Windows 10上使用PowerShell抓取一个网站。
我可以通过调用$ie.document获取网站上的完整属性列表,但当我尝试拨打$ie.document.getElementById("a-button")时,我收到以下消息:
$ie.document
$ie.document.getElementById("a-button")
内存不足,无法继续执行程序。
我没有找到解决方案。有什么想法吗?