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

Make possible to configure firefox preferences via arquillian.xml

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • drone_1.2.0.Beta1
    • drone_1.1.1.Final, drone_1.2.0.Alpha2
    • Extension - Drone
    • None

    Description

      In order to configure a FF extension (see ARQ-1259) one needs to add properties to FF (like on the about:config page) via arquillian.xml. This could be done by preparing a FF profile and configure this in arquillian.xml. Unfortunately drone does not seem to pick up the firefox_profile property in arquillian.xml (propably due to org.openqa.selenium.firefox.FirefoxDriver.java:184)

      So it would be great if there were some means to configure FF properties; either by configuring them in the arquillian.xml like done in ARQ-1259, or by making it possible to pass a profile via

      <extension qualifier="webdriver">
      <property name="browserCapabilities">firefox</property>
      <property name="firefox_profile">/path/to/profile</property>
      </extension>

      see also ARQ-1245

      Attachments

        Issue Links

          Activity

            People

              kpiwko Karel Piwko
              pogopaule Fabian Schwarzer (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: