How to change the timeout of the appium inspector?

Hi all,

Does anyone knows how to change the timeout of the appium inspector? The default timeout is 60 seconds which is too less to inspect larger set of elements,

I am using Appium version 1.6.0 and platform IOS.

Please let me know how this could be done.

Regards,
Munna Mathew.

caps.setCapability(MobileCapabilityType.NEW_COMMAND_TIMEOUT, 120);

As i understand, this timeout is for the appium client. I was asking about the appium inspector.

1 Like

Did you get the answer?