I am creating a test suite that automatically runs some of the pages that we have on our internal web application. Problem I am running into is there is one step of the test that I do need the user to manually complete. Is there a way to inform the user via a forced popup or something during the test that can tell the user "Now you need to do this to continue the test"? I am continuing to try to find a way to automate the step but until then this would be a temporary fix.
Thank you in advance!