[JBoss JIRA] (ARQ-1655) NPE in WebDriverFactory.createInstance()
by Juergen Zimmermann (JIRA)
Juergen Zimmermann created ARQ-1655:
---------------------------------------
Summary: NPE in WebDriverFactory.createInstance()
Key: ARQ-1655
URL: https://issues.jboss.org/browse/ARQ-1655
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Drone
Affects Versions: 1.1.3.Final
Reporter: Juergen Zimmermann
When I try to run my tests for Firefox (also Chrome and HtmlUnit) I'm getting the attached stacktrace.
I also attach the output of "mvn dependency:tree" and arquillian.xml.
My appserver is WildFly 8.0.0.Final.
--
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
10 years, 10 months
[JBoss JIRA] (ARQ-1638) ChromeDriver binary capability is not propagated
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1638?page=com.atlassian.jira.plugin.s... ]
Karel Piwko updated ARQ-1638:
-----------------------------
Description:
Due to double deprecation checks, something a capability might get lost.
For instance:
* configuration contains *chromeBinary* field
* capability is named *chrome.binary*
Hence, when this is set, double deprecation message is emitted but capability is actually never put to map but field is set instead. Factory does not rely on deprecated field, expecting that legacy configurator did the work and value is effectively lost.
was:
Latest ChromeDriver requires capabilities to be set in ChromeOptions object.
Hence passing stuff like 'binary' from arquillian.properties does not work.
> ChromeDriver binary capability is not propagated
> ------------------------------------------------
>
> Key: ARQ-1638
> URL: https://issues.jboss.org/browse/ARQ-1638
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Extension - Drone
> Affects Versions: drone_1.2.3.Final
> Reporter: Karel Piwko
> Fix For: drone_1.2.4.Final
>
>
> Due to double deprecation checks, something a capability might get lost.
> For instance:
> * configuration contains *chromeBinary* field
> * capability is named *chrome.binary*
> Hence, when this is set, double deprecation message is emitted but capability is actually never put to map but field is set instead. Factory does not rely on deprecated field, expecting that legacy configurator did the work and value is effectively lost.
--
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
10 years, 10 months