Unable to pass DesiredCapabilities from arquillian.xml with selenium grid
<property name="remoteAddress">${gridhubaddress}</property>
<property name="remote">true</property>
<property name="chromePrintOptions">true</property>
<property name="chromeArguments">-start-maximized</property>
<property name="chromeExperimentalOption">
{
"prefs": {
"download.default_directory": "${downloadlocation}"
}
}
</property>
<property name="chromeExperimentalOption">
had an issue but when i added<property name="chromeArguments">-start-maximized</property>
, it did not worked as well. Without Grid both worked.Please update to the latest version of Drone: 2.4.2 - it should be fixed there.