How to Deal with Unexpected (& Unrecognizable) Security Pop Ups?

Hi all,

Does anyone know how to deal with random security pop ups? More specifically, pop-ups that are unrecognizable to the Object Spy?

Screenshot below, in this instance the pop-up comes right after attempting to navigate to a web page. The object spy cannot see any details behind this window or objects within in. Further looking into the web page elements, it also does not provide any more detail for this object. As such, things like “WaitFor and SwitchTo” functions are not helping…

image.png

You could try to manually capture the xpath for those fields, that might be a route to attempt. Inspect the page and capture the xpath for those input fields and sign in button. Then manually create your objects in the repo