appium.assert_not_visible
Verify that a UI element is absent from view on a mobile app within a specified timeout, enabling automated tests to confirm element disappearance or non-visibility.
Instructions
Assert that a locator is not visible within timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | Yes | ||
| serverUrl | No | ||
| sessionId | Yes | ||
| timeoutMs | No |