IE的querySelectorAll在IE 8中不起作用

时间:2012-05-21 10:14:00

标签: internet-explorer powershell com internet-explorer-8 powershell-v2.0

我通过Powershell访问InternetExplorer.Application COM。我正在尝试使用querySelector的{​​{1}},但它不会返回任何结果。我目前正在使用IE8。

document

1 个答案:

答案 0 :(得分:0)

使用IDocumentSelector前缀来引用该方法,使用如下内容:

$ie.Document.IDocumentSelector_querySelectorAll("a")

onetwo powershell浏览器API疑难解答资源可能有所帮助。如果Sizzle导致浏览器呈现几乎是标准或怪癖模式,doctype可能有帮助,这些模式不支持querySelectorAll。