使用 Selenium IDE 输入 IFrame
我想使用 Selenium IDE 在 IFrame 中输入一些内容,但我不知道该怎么做。
多谢!
I'd like to type something in a IFrame with Selenium IDE but I don't know how to do this.
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须选择 iframe,然后键入
这些语句是 java 语言,但您应该能够在 IDE 中找到
selectFrame
和type
。You have to select the iframe and then type
The statements are in java, but you should be able to find
selectFrame
andtype
in the IDE.您可以使用 Selenium IDE 命令“selectFrame”在 iframe 中聚焦。使用“目标”字段输入 iframe ID。
You can use the Selenium IDE command 'selectFrame' to focus within an iframe. Use the Target field to enter the iframe id.
尝试
Try