如何在 selenium-ide 中自动点击 iframe?
How to automate iframe click in selenium-ide?
此外,对 skip_intro id 的简单点击命令失败。
请使用Selenium中的selectFrame命令IDE到select框架。
如果您的 iframe 类似于 <iframe id="ntbanner" width="100%" scrolling="no" height="113px" frameborder="0">
你的 command 将是 selectFrame 并且相应的 target 将在 IDE.
中成为 id=ntbanner
进入框架后,您可以使用普通单击来单击框架中的按钮或元素。如果你想退出框架,你可以将 IDE
中的 selectFrame 命令的目标设置为 null
此外,对 skip_intro id 的简单点击命令失败。
请使用Selenium中的selectFrame命令IDE到select框架。
如果您的 iframe 类似于 <iframe id="ntbanner" width="100%" scrolling="no" height="113px" frameborder="0">
你的 command 将是 selectFrame 并且相应的 target 将在 IDE.
中成为 id=ntbanner进入框架后,您可以使用普通单击来单击框架中的按钮或元素。如果你想退出框架,你可以将 IDE
中的 selectFrame 命令的目标设置为 null