[
https://issues.jboss.org/browse/ARQ-2145?page=com.atlassian.jira.plugin.s...
]
Ankit Ojha updated ARQ-2145:
----------------------------
Description:
Unable to pass DesiredCapabilities from arquillian.xml with selenium grid
+Arquillian.xml+
{noformat}
<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>
{noformat}
*+Note+*
- Desired Capabilities were captured and worked as expected when executed without selenium
grid
- Debugging with Remote WebDriver shows
!image-2017-09-21-17-10-11-058.png|thumbnail!
- Initially my thought was <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.
was:
Unable to pass DesiredCapabilities from arquillian.xml with selenium grid
+Arquillian.xml+
{noformat}
<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>
{noformat}
!image-2017-09-21-17-10-11-058.png|thumbnail!
Unable to pass DesiredCapabilities from arquillian.xml with selenium
grid
-------------------------------------------------------------------------
Key: ARQ-2145
URL:
https://issues.jboss.org/browse/ARQ-2145
Project: Arquillian
Issue Type: Bug
Components: Configuration
Environment: OS:Windows
Browser:Chrome
Reporter: Ankit Ojha
Attachments: image-2017-09-21-17-10-11-058.png
Unable to pass DesiredCapabilities from arquillian.xml with selenium grid
+Arquillian.xml+
{noformat}
<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>
{noformat}
*+Note+*
- Desired Capabilities were captured and worked as expected when executed without
selenium grid
- Debugging with Remote WebDriver shows
!image-2017-09-21-17-10-11-058.png|thumbnail!
- Initially my thought was <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.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)