I want to wait for a spinner (text()='XYZ..') to disappear.
I have tried: waitUntil(condition) and waitFor('{}' + locator) but they don't work. Any other solution?
I want to wait for a spinner (text()='XYZ..') to disappear.
I have tried: waitUntil(condition) and waitFor('{}' + locator) but they don't work. Any other solution?