[arquillian-issues] [JBoss JIRA] (ARQ-2151) Cannot set useAutomationExtension option for chrome

Matous Jobanek (JIRA) issues at jboss.org
Mon Nov 13 09:01:00 EST 2017


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

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)


More information about the arquillian-issues mailing list