我想在google.com上使用帶有xpath定位器的RemoteWebDriver,這是來自運行firefox的節點的日誌。它接收所有這些命令但不執行它們。除了打開Google主頁之外,我沒有看到任何使用瀏覽器的活動。RemoteWebDriver(Firefox)不能與xpath配合使用
0
A
回答
1
我有類似的麻煩。雖然我的網絡驅動器。我注意到這種行爲取決於瀏覽器。在下面的鏈接中我給出了兩個例子。第一個是像你一樣的firefox,第二個是使用android驅動程序。他們都與鉻合作。
在我的例子中,xpath最終使用了一個更明確的路徑(比找到元素需要更明確),如果這是不可能的,我已經走了另一條路線,比如css。
相關問題
- 1. 與RemoteWebdriver XPath的問題
- 2. 使用Chrome瀏覽器但不能與Firefox配合使用的JavaScript代碼
- 3. Selenium C#RemoteWebDriver找不到XPath元素
- 4. Haproxy,rsyslog不能與udp配合使用
- 5. Wordpress/PHP:if(){}不能與is_page()配合使用
- 6. jquery addClass不能與svg配合使用
- 7. Liferay不能與MySQL配合使用
- 8. $ urlRouterProvider不能與ngClipProvider配合使用
- 9. Laravel Route不能與Wamp配合使用
- 10. Awesomium WebControl不能與WebSession配合使用
- 11. dependent::destroy不能與validates_associated配合使用
- 12. textfield不能與BasicGameState配合使用
- 13. Tooltip不能與JQuery配合使用1.11.2
- 14. mb_convert_encoding()不能與phpunit配合使用
- 15. Monit不能與Redis配合使用
- 16. jQuery Mobile不能與PhoneGap配合使用
- 17. KVO不能與UISwitch配合使用
- 18. NSAlert不能與NSTextField配合使用
- 19. $ .ajax不能與jquery 1.9配合使用
- 20. Spark accumulableCollection不能與mutable配合使用
- 21. CSS不能與IIS7配合使用
- 22. NSURLCache不能與NSURLSession配合使用
- 23. usbip不能與OpenWRT配合使用
- 24. adjustPan不能與FLAG_LAYOUT_NO_LIMITS配合使用
- 25. NLog不能與Application Insights配合使用
- 26. $ locationProvider.html5Mode(true)不能與tomcat配合使用
- 27. Animate scrollTop不能與iScroll配合使用
- 28. gii不能與yiiexcel配合使用
- 29. Xdebug不能與PHPStorm配合使用
- 30. XDebug不能與xampp配合使用
能否請您發佈我們您確切的代碼,所以我們可以嘗試重現呢?這個框架顯然每天都有成千上萬的人使用,因此不會那麼公然破碎... – 2012-07-07 21:16:56
當然...我的壞。將在5分鐘內添加代碼。 – questions 2012-07-07 21:20:57
@ Slanec-添加代碼。 – questions 2012-07-07 21:35:57