i'm having some trouble getting over this problem:
On submitting Page1PO, the resulting page can be of 2 PO, Page2PO or Page3PO.
Currently, after the Page1PO.submit() i'm doing "wait_until_page_loaded", but that only works for a specific PO and not multiple.
I have no control over when the Page2PO or Page3PO is shown.
How can i overcome this?
Should i do this on the test, assume the result PO is Page2PO and if it's not, check if it's Page3PO? It doesn't seem a good option.
thanks,
Joel
wait_until_page_loaded can get a list of POs and return the ones that validate.