wait_for_element
Wait for a UI element to appear on screen after navigation or page load, returning it when visible or raising a timeout error.
Instructions
Attend qu'un élément apparaisse à l'écran (utile après navigation ou chargement). Retourne l'élément trouvé ou une erreur après timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Texte, label ou nom de l'élément à attendre | |
| timeout | No | Timeout en secondes (défaut: 10, max: 120) | |
| interval | No | Intervalle en secondes (défaut: 1, max: 30) |