【发布时间】:2021-11-14 04:42:39
【问题描述】:
我正在尝试单击扩展弹出窗口。 它在一个 iframe 中有 HTML,而另一个 iframe 在第一个 iframe 中有 HTML。
你真的可以使用 XPath 做到这一点吗?
<iframe id="1">
<html>
<iframe id="2">
<html>
This is where the element I need is.
</html>
</iframe>
</html>
</iframe>
【问题讨论】: