最近我试图在 Google Chrome 的控制台中遍历 DOM。
var list = document.querySelectorAll('.g-recaptcha>div>div');
console.log(list)
我不知道如何进入#document。请有人帮忙。 Found this article about #document
但我提供的链接是硒网络驱动程序中的#document 问题。我没有使用 selenium Web 驱动程序,我只想知道如何使用 css 选择器或任何其他 javascript 解决方案遍历 #document。