我通过Powershell访问InternetExplorer.Application
COM。我正在尝试使用querySelector
的{{1}},但它不会返回任何结果。我目前正在使用IE8。
document
答案 0 :(得分:0)
使用IDocumentSelector前缀来引用该方法,使用如下内容:
$ie.Document.IDocumentSelector_querySelectorAll("a")
有one或two powershell浏览器API疑难解答资源可能有所帮助。如果Sizzle导致浏览器呈现几乎是标准或怪癖模式,doctype可能有帮助,这些模式不支持querySelectorAll。