selenium-gridjboss-arquillianarquillian-drone

Unable to pass DesiredCapabilities from arquillian.xml with selenium grid


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>

DEBUG_REMOTE_WEBDRIVER enter image description here


Solution

  • Please update to the latest version of Drone: 2.4.2 - it should be fixed there.