[
https://issues.jboss.org/browse/ARQ-2151?page=com.atlassian.jira.plugin.s...
]
Matous Jobanek reopened ARQ-2151:
---------------------------------
I'm reopening this issue as the fix doesn't cover cases when the value is a
primitive type but not a string - can be also either a boolean or a number:
{code:xml}
<property name="chromeExperimentalOption">
{
"useAutomationExtension": false
}
</property>
{code}
Cannot set useAutomationExtension option for chrome
----------------------------------------------------
Key: ARQ-2151
URL:
https://issues.jboss.org/browse/ARQ-2151
Project: Arquillian
Issue Type: Bug
Components: Extension - Drone
Affects Versions: drone_2.4.3
Reporter: Matous Jobanek
Assignee: Matous Jobanek
Fix For: drone_2.4.4
There is ISE thrown when this configuration is used:
{code:xml}
<extension qualifier="webdriver">
<property name="chromeExperimentalOption">
{
"useAutomationExtension": "false"
}
</property>
</extension>
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)