How do I pass idle timeout using the Appium Java TestNG?

How do I pass idle timeout using the Appium Java TestNG?

Hey Joe,

To pass idle timeout using the Appium Java TestNG, you can add the below capability on your script:

ltOptions.put("idleTimeout", 10);