Avoid system proxy when connecting to the hub

This commit is contained in:
Dave Hunt 2015-11-10 10:46:45 +00:00
Родитель 7bc00d2ab3
Коммит f6b562e422
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -111,6 +111,8 @@
classname="org.openqa.grid.selenium.GridLauncher"
fork="true"
failonerror="true">
<sysproperty key="http.nonProxyHosts"
value="${hub.host}"/>
<arg value="-role"/>
<arg value="node"/>
<arg value="-id"/>
@ -131,6 +133,8 @@
classname="org.openqa.grid.selenium.GridLauncher"
fork="true"
failonerror="true">
<sysproperty key="http.nonProxyHosts"
value="${hub.host}"/>
<arg value="-role"/>
<arg value="node"/>
<arg value="-id"/>