appium.assert_visible
Verify if a mobile UI element is visible using a locator; returns false instead of throwing an error when it is not found.
Instructions
Assert that a locator is visible. Returns passed false instead of throwing when not visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | Yes | ||
| serverUrl | No | ||
| sessionId | Yes | ||
| timeoutMs | No |