Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1775

Allow to disable/enable nativeEvents via arquillian.xml

    XMLWordPrintable

Details

    Description

      Selenium 2 allows to enable/disable nativeEvents for WebDriver. This feature should be set before initialization of WebDriver instance. See:

      FirefoxProfile profile = new FirefoxProfile();
      profile.setEnableNativeEvents(true);
      WebDriver driver = new FirefoxDriver(profile);

      Drone injects instance of FirefoxDriver and I have not any option how disable native Events for Firefox and Windows.

      Attachments

        Activity

          People

            mjobanek Matous Jobanek
            sjamboro Sona Mala (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: