[arquillian-issues] [JBoss JIRA] (ARQ-1315) Make possible to configure firefox preferences via arquillian.xml

Fabian Schwarzer (JIRA) jira-events at lists.jboss.org
Tue Feb 26 08:40:56 EST 2013


Fabian Schwarzer created ARQ-1315:
-------------------------------------

             Summary: Make possible to configure firefox preferences via arquillian.xml
                 Key: ARQ-1315
                 URL: https://issues.jboss.org/browse/ARQ-1315
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Extension - Drone
    Affects Versions: drone_1.1.1.Final
            Reporter: Fabian Schwarzer
            Assignee: Karel Piwko


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list