suspend fun AccessibilityNodeInfo.refreshAndDelayOrThrow(delay: TimeSpan = 66.milliseconds): Unit
Refreshes a node and waits a certain time before continuing in order to allow some time for android to really have fresh data in the instances.
AccessibilityException - if refresh fails.
AccessibilityException