Feature requests
It would extend to keyword Wait Until Page Contains allow to add option Limit that works the same as in keywords Page Should Contain Element.
Currently to use this feature its require to use WUKS with this keyword
|Wait Until Keyword Succeeds | ${Timeout} | ${iteration} | Page Should Contain Element | ${locator} | limit=4|
Its less clear code then
| Wait Until Page Contains | ${Timeout} | ${locator} | limit=4|
Feature requests
It would extend to keyword Wait Until Page Contains allow to add option Limit that works the same as in keywords Page Should Contain Element.
Currently to use this feature its require to use WUKS with this keyword
|Wait Until Keyword Succeeds | ${Timeout} | ${iteration} | Page Should Contain Element | ${locator} | limit=4|
Its less clear code then
| Wait Until Page Contains | ${Timeout} | ${locator} | limit=4|