Automating the Window: https://i.sstatic.net/CEKpH.png
Issue: Our team recently implemented an authentication process for our staging environment, which requires additional steps during testing. I discovered that 'prompt()' cannot be easily captured by standard web locators.
I did some research online and came across solutions for handling alert() prompts, but I am unsure how to input my username and password in order to proceed with my tests.