{
"capabilities":
[
{
"deviceName": "192.168.56.101:5555",
"version":"4.4.2",
"maxInstances": 3,
"platformName":"ANDROID"
}
]
"configuration":
{
"cleanUpCycle":2000,
"timeout":30000,
"proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy",
"url":"http://20.20.4.71:4723/wd/hub",
"host": "20.20.4.71",
"port": 4723,
"maxSession": 6,
"register": true,
"registerCycle": 5000,
"hubPort": 4444,
"hubHost": "20.20.4.71"
}
}
my desired capability file look like this
the value of a timeout marked as a bold should be changed to -1
Right?