Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Imacros 单击此按钮:
<a id="button6685628" class="p-button" style="border: 2px solid rgb(0, 0, 255);"> <span>Submit</span></a>
使用这个 Imacros 代码:
TAG POS=1 TYPE=A ATTR=ID:button6685628
运行 Imacros 代码时,该按钮仅被选中但未单击,所以请,有人知道如何进行此单击吗?
试试TAG POS=1 TYPE=SPAN ATTR=TXT:Submit。如果它不起作用,则可能是一个 javascript 事件触发按钮,如果您禁用 javascript,则脚本会单击它。
TAG POS=1 TYPE=SPAN ATTR=TXT:Submit