Hi RongXiang,It should works if you define the 'Save' page and 'X' button correctly.While the popup is presenting, you can use debbuger and switch to 'Pages' tab to observe if they are correctly recognized.Best,Ian
Hi RongXian,Do you mean a message box pop up or just a warning message in the status bar?The former, try to capture the message box as a new page and do something (e.g. click OK) to move forward.The later, just click green check mark on the left-hand...
1.Try to use MustExist and MustNotExist to distinguish two pages.Here're some tips you can follow:As you can see in the screenshot.The icon circled in red only appears in the second page (report2).1-1.Define it as an object in report2 and tick the Mu...