When I need to wait for an element to become visible I can simple call the selector as a function like this:
await element.with({ visibilityCheck: true })();
But how can I wait for an element to disappear?
Aucun commentaire:
Enregistrer un commentaire