Can I pass idleTimeout with Appium Ruby?
Hi Brett,
You can add the idleTimeout command shown on the capabilities below or generate it using our capability generator:
capability = {
"platformName" => "android",
"deviceName" => "Zenfone 6",
"platformVersion" => "10",
"idleTimeout" => 4000,
"isRealMobile" => true
}