提问人:Bill in Kansas City 提问时间:10/20/2022 更新时间:10/20/2022 访问量:84
无法以编程方式选择浏览器的“新建选项卡”页面上的元素
Unable to programatically select elements on browser's New Tab page
问:
我使用的是最新版本的 Edge,但这也适用于 Chromium。
当我打开一个新标签页时,我得到的内容 ntp.msn.com(新闻、广告等)。我可以检查任何元素并在 DevTools 的“元素”选项卡上查看它,但我无法在控制台中使用 javascript 选择其中任何一个,例如:
document.querySelectorAll('[area-label=Reddit]')
或
document.querySelectorAll('cs-native-ad-card') // non standard tag?
两者都返回长度为零的节点列表。为什么/有何不同?
答: 暂无答案
评论
#shadow-root
.querySelectorAll
.shadowRoot
ShadowRoot