Appium has waitForIdleTimeout and waitForSelectorTimeout in https://github.com/appium/appium-uiautomator2-driver#settings-api which can configure via SettingsAPI. It changes these timeout configurations in the UIAutomator. It could help to make interaction speed fast.
Not new, but I found a good page to explain it in Kaspresso‘s repository. Thus, I’d like to leave it here.
Appium capabilities example:
"settings[waitForIdleTimeout]": 100
"settings[waitForSelectorTimeout]": 100
1 Comment