如何在类别视图中展开所有嵌套的延迟加载链接?

时间:2019-01-13 11:07:11

标签: google-chrome google-chrome-devtools

这是目标页面:

https://en.wikipedia.org/wiki/Special:CategoryTree?target=Category%3AComputing&mode=categories&namespaces=&title=Special%3ACategoryTree

要自动展开所有类别和子类别。

已阅读How do you expand all objects in the console view of chrome?

具体来说,是要扩展与<div class="CategoryTreeResult"><div class="CategoryTreeSection">关联的树

如何从Stackoverflow参考中修改解决方案:

$$('.console-view-object-properties-section').forEach(e => e._section._objectTreeElement.expandRecursively())

识别目标部分并执行命令以扩展CategoryTreeSection中的所有对象?

0 个答案:

没有答案
相关问题