Background: A mobile application has been created in-house (Xamarin). I'm creating tests, in TS Mobile, for testing this app.
I'm able to successfully navigate through and record steps in the first screens (entering Login, entering Verification Code, and entering New Password and it's confirmation).
After entering new Password and it's confirmation, a popup window appears stating "Your password was changed". The OK button in that popup window must be selected, in order to move on to the Rights and Responsibilities screen.
Issue: I'm unable to record the tap within this popup, nor the tap on the OK button. How do I capture steps (actions) within the popup? The OK button must be selected in order to move on to the next screen.