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
Assignee: Karel Piwko
Fix For: drone_1.2.0.Beta1
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: