angrykoala / angrykoala/wendigo
Method to wait for new tabs/pages are opened and loaded
Abierto
feature
- Lenguaje dominante
- JavaScript
- Estrellas
- 151
- Forks
- 21
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Provide a method to wait until a new tab is opened and loaded.
Currently, a tab opened by the web can cause race-conditions, this force the use of `browser.wait()` which makes tests slower and doesn't guarantee solving the race conditions.
Similarly to waitForNavigation, implement a method to waitForNewTab/Page
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.