cxxjackie 发表于 2022-10-18 13:04
React事件触发:https://bbs.tampermonkey.net.cn/thread-1250-1-1.html
ElementGetter:https://bbs.tamp ...
大佬,分析页面元素有没有教程啊,我看了代码发现只针对我给的页面,用在实际项目就很难定位了。想问下,然后再重新挑战自己项目的定位。
一迁移就不会了,能说下怎么定位那个选项的元素吗,我在页面上选不到,也就不能用浏览器直接查找元素位置,把html保存下来之后,如上图所示,直接蒙圈了。他里面的不是div而是span,不知道该如何定位,
<div class="ant-select-tree-treenode" aria-hidden="true" style="position: absolute; pointer-events: none; visibility: hidden; height: 0px; overflow: hidden;">
<div class="ant-select-tree-indent">
<div class="ant-select-tree-indent-unit"></div>
</div>
</div>
<div class="ant-select-tree-list" style="position: relative;">
<div class="ant-select-tree-list-holder" style="max-height: 256px; overflow-y: hidden; overflow-anchor: none;">
<div>
<div class="ant-select-tree-list-holder-inner" style="display: flex; flex-direction: column;">
<div class="ant-select-tree-treenode ant-select-tree-treenode-switcher-open" draggable="false" aria-grabbed="false">
<span aria-hidden="true" class="ant-select-tree-indent"></span>
<span class="ant-select-tree-switcher ant-select-tree-switcher-noop"></span>
<span title="2022年项目——总院生产单元" class="ant-select-tree-node-content-wrapper ant-select-tree-node-content-wrapper-normal">
<span class="ant-select-tree-title">2022年项目——总院生产单元</span>
</span>
</div>
<div class="ant-select-tree-treenode ant-select-tree-treenode-disabled ant-select-tree-treenode-switcher-open" draggable="false" aria-grabbed="false">
<span aria-hidden="true" class="ant-select-tree-indent"></span>
<span class="ant-select-tree-switcher ant-select-tree-switcher_open">
<span role="img" aria-label="caret-down" class="anticon anticon-caret-down ant-select-tree-switcher-icon">
<svg viewBox="0 0 1024 1024" focusable="false" data-icon="caret-down" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path d="M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"></path>
</svg>
</span>
</span>
<span title="2022年项目——总院生产单元" class="ant-select-tree-node-content-wrapper ant-select-tree-node-content-wrapper-open">
<span class="ant-select-tree-title">2022年项目——总院生产单元</span>
</span>
</div>
<div class="ant-select-tree-treenode ant-select-tree-treenode-switcher-open ant-select-tree-treenode-leaf-last" draggable="false" aria-grabbed="false">
<span aria-hidden="true" class="ant-select-tree-indent">
<span class="ant-select-tree-indent-unit"></span>
</span>
<span class="ant-select-tree-switcher ant-select-tree-switcher-noop"></span>
<span title="2022年项目一期" class="ant-select-tree-node-content-wrapper ant-select-tree-node-content-wrapper-normal">
<span class="ant-select-tree-title">2022年项目一期</span>
</span>
</div>
<div class="ant-select-tree-treenode ant-select-tree-treenode-disabled ant-select-tree-treenode-switcher-open ant-select-tree-treenode-leaf-last" draggable="false" aria-grabbed="false">
<span aria-hidden="true" class="ant-select-tree-indent"></span>
<span class="ant-select-tree-switcher ant-select-tree-switcher_open">
<span role="img" aria-label="caret-down" class="anticon anticon-caret-down ant-select-tree-switcher-icon">
<svg viewBox="0 0 1024 1024" focusable="false" data-icon="caret-down" width="1em" height="1em" fill="currentColor" aria-hidden="true">
<path d="M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"></path>
</svg>
</span>
</span>
<span title="2022年项目——总院生产单元" class="ant-select-tree-node-content-wrapper ant-select-tree-node-content-wrapper-open">
<span class="ant-select-tree-title">2022年项目——总院生产单元</span>
</span>
</div>
<div class="ant-select-tree-treenode ant-select-tree-treenode-switcher-open ant-select-tree-treenode-leaf-last" draggable="false" aria-grabbed="false">
<span aria-hidden="true" class="ant-select-tree-indent">
<span class="ant-select-tree-indent-unit ant-select-tree-indent-unit-end"></span>
</span>
<span class="ant-select-tree-switcher ant-select-tree-switcher-noop"></span>
<span title="2022年项目二期" class="ant-select-tree-node-content-wrapper ant-select-tree-node-content-wrapper-normal">
<span class="ant-select-tree-title">2022年项目二期</span>
</span>
</div>
</div>
</div>
</div>
<div class="ant-select-tree-list-scrollbar ant-select-tree-list-scrollbar-show" style="width: 8px; top: 0px; bottom: 0px; right: 0px; position: absolute; display: none;">
<div class="ant-select-tree-list-scrollbar-thumb" style="width: 100%; height: 128px; top: 0px; left: 0px; position: absolute; background: rgba(0, 0, 0, 0.5); border-radius: 99px; cursor: pointer; user-select: none;"></div>
</div>
</div>
</div>