Selenium WebDriver 2.35.0 を搭載した Firefox 23.0.1 ブラウザーで次のようにして、ドラッグ アンド ドロップ操作を実行しようとしました。
driver.action.drag_and_drop(source, target).perform
しかし、結果は次のようになります。
Selenium::WebDriver::Error::InvalidElementStateError: Cannot perform native interaction: Could not load native events component.`
変更ログには次のように記載されていますが:
2.35.0 (2013-08-14)
===================
Firefox:
* Updated Firefox native event components to support Firefox 23.
Selenium WebDriver 2.35.0 と Firefox 23.0.1 の組み合わせでネイティブ イベント エラーがスローされるのはなぜですか?
#selenium irc チャンネルで同じ質問を 2 回しましたが、誰も回答しませんでした。私が何か間違ったことをしているかどうかを理解するのを手伝ってください。