I am relatively new with Selenium but I am not sure if this is possible. The current site I need to get into needs authentication. My issue is that the authentication for site is not in the form of another webpage it is what I believe is a windows popup and I have no clue how I can write code to access this security box so I can fill in credentials automatically in script to login.
This is the box
Once I run selenium and get to this box the edge browser is completely frozen and inaccessible until this authentication is done and we go back to browser. When this is up I can see the debug mode show the html with empty body. Any idea how I can get into this box and fill in required to continue with seleniumm or other tool if required.