How do I pass idleTimeout with Appium Python-Behave?

Can I pass the idleTimeout with Appium Python-Behave?

Hi Brett,

You can add the idleTimeout command shown on the capabilities below or generate it using our capability generator:

{
        "platformName": "ios",
        "deviceName": "iPad 10.2 (2019)",
        "platformVersion": "13",

        "idleTimeout": 500,
        "isRealMobile": True
}