Hello,
I've been looking into ios-driver and have been running into the session timing out after a short time. I run the server, start up a script (I'm just a test script that opens google in the simulator). I hit a breakpoint in my test and begin to inspect elements. However, if I don't enter a command in the terminal for say, 10 seconds or so, the session stops an the simulator closes with this message:
WARNING MaxTimeBetween2CommandsMonitor.runLoop Session has timed out. time out between 2 commands
Is there a way to increase the time it waits between commands?
Thanks!
C