For bug reports and questions, please use the in-app chat or support@mabl.com.
As a QA Engineer, I want to have Wait Until as one of the Actions to be selected from the Find Elements function, so that I can easily specify which page object element is to be used for wait until steps.
Acceptance Criteria
Is there any progress made for this feature
Just wanted to continue to upvote this idea.
I currently have several "NEXT" buttons in a shopping cart order flow. Once all required fields are completed the NEXT button becomes enabled. Sometimes there is a delay so I'd love to be able to check the css and ensure it's enabled before I click on it.
A static wait is currently working but of course is much less reliable since the page could for various reasons could have it's logic slowed and again start causing failures.
Really need this feature, this feature is the basic of any open source tool. Syncronisation is not at all possile without wait until, for the complex applications where we have alot of duplicate elements wauting for custom loators comes in handly.
I need to pick the first element in the grid with a certain status (status = "Completed"). The element gets the status after a while. The current Wait Until is limited in the sense that it will match the first element that is finds with the status rather than look for it separately, meaning, first element in the grid and then wait until the status turns to be "Completed".
yes this feature will help us to save lot of time in debugging due to false failure.
Please provide the feature, we are facing so many issues working with our application, as our application is full of duplicate elements, MABL is failing the tests, which is mostly false failures and waste time in debugging, we had reached may time through the In app chat and this ticket is the only way they can help.
I also would like to have wait until time to be configured at global level instead of hardcoding time for each element. It should be implemented such that if timeout present for the element then use that value else use global timeout value.