Hello Sir,
Could anyone please confirm whether we can pass the bootstrap port as server argument in appium service builder.
If so , help me for the below case.
Here what should i pass for argument
AppiumDriverLocalService.buildService(new AppiumServiceBuilder()
.usingDriverExecutable(new File(Constants.NodeJs))
.withAppiumJS(new File(Constants.AppiumJs))
.withIPAddress(IPAddress)
.usingAnyFreePort().withArgument(argument, value)
I am getting bootstrap socket crash issue randomly upon running tests in parallel for more than 3 devices. Upon looking the log i could see all devices using the same port. I am not sure if I pass the bootstrap port as server argument whether I can solve this issue.
Your support will be really helpful. I am stuck for two days with this issue.
Thank You