How to send login credentials to popup window

2019-09-17 07:32发布

When logging-in automatically, the username and password are usually sent to the form via POST or GET functions. However, I'm trying to automate the login for a third-party site (namely an IP camera resource) which pops-up the login forms like these:

in Chrome:

enter image description here

in FireFox:

enter image description here

in IE 11:

enter image description here

The dev tools of Chrome, Firefox and IE don't seem to be able to inspect the popup. How would we obtain the form's input names, and how could we send it to the form.

Thank you.

0条回答
登录 后发表回答