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

Karel Piwko (JIRA) jira-events at lists.jboss.org
Thu May 2 07:13:54 EDT 2013


     [ https://issues.jboss.org/browse/ARQ-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karel Piwko updated ARQ-1315:
-----------------------------

    Assignee:     (was: Karel Piwko)

    
> 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, drone_1.2.0.Alpha2
>            Reporter: Fabian Schwarzer
>
> 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