Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot perform native interaction: Could not load native events component for Selenium-webdriver 2.35.0 and Firefox 23.0.1 combination
    primarykey
    data
    text
    <p>For automating one of the tests, I've to perform drag and drop. Hence, I tried to achieve it following way:</p> <pre><code>driver.action.drag_and_drop(source, target).perform </code></pre> <p>but it results into an error:</p> <pre><code>Selenium::WebDriver::Error::InvalidElementStateError: Cannot perform native interaction: Could not load native events component. </code></pre> <p>I ran this test on following configuration:</p> <ol> <li>Firefox 23.0.1</li> <li>Selenium WebDriver 2.35.0</li> </ol> <p>I chose above combinations because <a href="http://selenium.googlecode.com/git/rb/CHANGES" rel="nofollow">change log</a> says - with Selenium WebDriver 2.35.0 and Firefox 23, native event components works fine.</p> <p>Even though I used correct Firefox and Selenium WebDriver versions, it's throwing error.</p> <p>Looking at stackoverflow, I can see same kind of issue has been asked several times. And answers to these questions are like: <code>either downgrade/upgrade Firefox, Selenium WebDriver versions</code></p> <p>Everytime Firefox or Selenium WebDriver version is upgraded, users face these problems. Hence user look at change log and try find right combination of Firefox and WebDriver. (and even though I followed it, I'm facing problem)</p> <p>My questions are:</p> <ol> <li>Is there easiest way which will help to choose correct Firefox and Selenium WebDriver versions?</li> <li>Or is there any workaround for mouse interactions using Selenium?</li> </ol> <p>so that we can get rid of <code>Cannot perform native interaction: Could not load native events component.</code>error.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload