How to pass idle timeout in Python - Behave?

How to pass idle timeout in Python - Behave?

Hi, anna

You just need to add the capability for an idle timeout in your desired capabilities as given below:

capabilities = {
          
              "idleTimeout": "125" ,
        }

You can also refer to: