StableResult
class StableResult
Represents a node that is considered stable and it's returned by androidx.test.uiautomator.waitForStable.
Note that if isTimeout is true, it means that the node was not stable by the end of the timeout.
Summary
Public properties |
|
|---|---|
Boolean |
Whether the |
AccessibilityNodeInfo |
The latest node acquired, that is stable if |
Bitmap? |
A screenshot of the node if |
Public properties
isTimeout
val isTimeout: Boolean
Whether the waitForStable request timed out. If this value is true, node may not be stable.
node
val node: AccessibilityNodeInfo
The latest node acquired, that is stable if isTimeout is false.
screenshot
val screenshot: Bitmap?
A screenshot of the node if requireStableScreenshot was set to true.