Hi,
when I unplug Android device during execution and than my application is trying to run:
driver.Quit();
execution freezes for 600 seconds. Is there any way to change this timeout?
I already tried capabilities.SetCapability(MobileCapabilityType.NewCommandTimeout, "120");
but it is not the capability that I'm looking for