2
A
回答
5
你要選擇的iframe,然後鍵入
selenium.selectFrame("css=iframe.widget[<a_css_identifier>]");
selenium.type(<your_object_or_text_box>, <typed_content>);
的語句是Java,但你應該能夠找到在IDE selectFrame
和type
。
1
您可以使用Selenium IDE命令'selectFrame'來關注iframe。使用目標字段輸入iframe ID。
0
嘗試
<tr>
<td>selectFrame</td>
<td>edit</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>xpath=//html/body</td>
<td>my text</td>
</tr>
相關問題
- 1. Selenium IDE iframe
- 2. 使用Selenium IDE
- 3. 無法在Selenium IDE中打開文件
- 4. 在Selenium IDE中使用通配符
- 5. 在Firefox 10中使用Selenium IDE?
- 6. Selenium IDE使用storeXpathCount包含在xpath中
- 7. 如何在Selenium IDE中使用selectAndWait?
- 8. 在Selenium IDE中使用waitForCondition(script,timeout)
- 9. 如何在Selenium IDE中使用TestNG?
- 10. 使用Selenium IDE選擇下拉字段
- 11. Selenium IDE - 在表
- 12. 使用Selenium IDE增加值
- 13. 使用Selenium IDE刪除cookies
- 14. 使用Selenium IDE在富文本編輯器中鍵入字符
- 15. 如何在Selenium IDE中使用掩碼記錄數值字段
- 16. 無法通過Selenium IDE在iFrame中找到任何html元素
- 17. 如何使用PHPUnit在Selenium RC中運行Selenium IDE腳本?
- 18. 使用Selenium IDE從字符串中提取數字
- 19. 如何在Firefox 45.0中安裝Selenium IDE(selenium-ide-2.9.0.xpi)?
- 20. Selenium IDE不填寫字段
- 21. Selenium IDE中的storeValue
- 22. 使用python selenium選擇iframe
- 23. 使用iframe的Python Selenium webdriver
- 24. 如何在Selenium IDE中禁用命令
- 25. 如何在iframe中寫硒IDE
- 26. 如何在使用HTML的Selenium IDE中使用隨機輸入?
- 27. Selenium IDE打開一個新窗口
- 28. 如何使用selenium IDE中的搜索處理字段選擇
- 29. 如何使用Selenium和Selenium IDE以及使用SAML的網站
- 30. 瞭解Selenium IDE和Selenium RC