私は にRSelenium
不慣れで、「紹介ビネット」からの次の例に問題があります。
remDr$navigate("http://www.r-project.org") # Works
webElem <- remDr$findElement("partial link text", "download R") # Works
webElem$getElementText() # Works
remDr$mouseMoveToLocation(webElement = webElem) # DOES NOT Work!
次のエラーが表示されます。
Error: Summary: InvalidElementState
Detail: An element command could not be completed because the element is in an invalid state (e.g. attempting to click a disabled element).
class: org.openqa.selenium.InvalidElementStateException
何か案は?Mac OS X で R バージョン 3.1.1 (2014-07-10) の Firefox を実行しています。編集: R バージョン 3.1.3 (2015-03-09) でも機能しません。