@mwiegand, @arjenex, and others with who I have been in touch with:
In Selenium Nodes version 5.9 which we released a few days ago there’s a new section Conditions which provides nodes for all kind of conditional wait constructs.
Also tagging you here @arjenex as I’m not sure if my recent email made it through: It addresses your use case of letting a workflow wait until an element on the page disappears using the Number of Elements and Wait for Condition node.
Or another typical use case: Keep paginating a result list and click the “Next” link until the end using a conditional loop, case switch and flow variables:
Currently there’s several conditions available:
… and you can “and”, “or“ or “not” combine them using the corresponding nodes:
I hope this will be useful - let me know if you have feedback or ideas for additional conditions!
Links to the download sites:
- KNIME 4.7:
https://download.seleniumnodes.com/4.7
- KNIME 5.2:
https://download.seleniumnodes.com/5.2
- KNIME 5.3:
https://download.seleniumnodes.com/5.3
-Philipp