我写了下面的代码来获取DOM。
webview.on('did-stop-loading', function () {
const webview = document.querySelector('webview');
console.log(webview);
console.log('here down');
NAV._stopLoading(currtab);
});
我得到的输出为:
<webview class="nav-views-view active" data-session="1" src="https://www.google.com/?gws_rd=ssl" data-readonly="true"></webview>
我想使用ID或班级抓取数据。请帮助我获取DOM