我已經使用Selenium WebDriver在FireFox中成功測試了應用程序,但其中一個應用程序在使用QTWebKit製作的自定義瀏覽器中運行。是否有可能使用WebDriver自動化測試這樣的自定義瀏覽器?在自定義webkit瀏覽器上使用Selenium webdriver
0
A
回答
1
如果QTWebKit已經發布了瀏覽器的WebDriver可執行文件,那麼是的。
否則 - 否。
2
沒有爲QtWebKit的這裏的webdriver:https://github.com/cisco-open-source/qtwebdriver
它還可以自動qtwidget和QML aplications。
如果您保留了QtWebkit API,您應該可以使用它來自動定製瀏覽器。
相關問題
- 1. 如何爲自定義WebKit瀏覽器創建Webdriver
- 2. 瀏覽器使用Selenium的webdriver
- 3. Selenium WebDriver瀏覽器抽象
- 4. 在Ruby中使用自定義瀏覽器與watir-webdriver
- 5. 如何使用selenium-webdriver在瀏覽器上刷新頁面?
- 6. 無法使用Selenium Webdriver在MAC上最大化Safari瀏覽器
- 7. Selenium Webdriver - 禁用瀏覽器cookie
- 8. 用Selenium WebDriver運行TOR瀏覽器
- 9. SiteCatalyst:跟蹤Webkit瀏覽器上的自定義鏈接
- 10. 清除瀏覽器使用Selenium WebDriver的Java Cookie綁定
- 11. 使用Selenium Webdriver瀏覽網站
- 12. 如何使用selenium webdriver在特定計算機上啓動瀏覽器?
- 13. 從自定義WebKit瀏覽器視圖啓動新的瀏覽器窗口
- 14. 自定義Selenium Java Junit4 Webdriver導出器
- 15. Firefox瀏覽器20支持selenium-webdriver
- 16. selenium webdriver瀏覽器導航問題
- 17. 從selenium webdriver停止瀏覽器加載
- 18. selenium webdriver ruby清除瀏覽器localstorage
- 19. Selenium Webdriver瀏覽器檢測問題
- 20. Selenium WebDriver中的瀏覽器警報
- 21. 使用selenium-webdriver在多個瀏覽器中運行測試
- 22. 如何使用Selenium Webdriver在瀏覽器中讀取XML內容?
- 23. 使用Selenium WebDriver在兩個瀏覽器窗口之間切換
- 24. 使用Selenium Webdriver在瀏覽器窗口之間切換
- 25. 在Chrome瀏覽器中使用selenium webdriver截圖
- 26. 如何在使用Python綁定的Selenium Webdriver中使用Safari瀏覽器
- 27. 如何在Selenium WebDriver中自動清除瀏覽器緩存?
- 28. webkit瀏覽器上的固定位置
- 29. 如何在嵌入式QT Webkit瀏覽器中運行Selenium WebDriver測試?
- 30. 如何在JavaScript中使用Webkit瀏覽器編寫自定義SQLite函數?