无法使用硒网格从 arquillian.xml 传递 DesiredCapabilities

Unable to pass DesiredCapabilities from arquillian.xml with selenium grid

无法通过硒网格arquillian.xml传递DesiredCapabilities

<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

请更新到最新版本的 Drone:2.4.2 - 它应该已修复。