Auto fill internet explorer pop-up

Auto fill internet explorer pop-up

avatar

Hi,

I'm unable auto insert the username when I use a web site with the windows authentication pop-up.

see the attachement. I would like to be able to autofill the username.

Thanks for you help

jmx-console.jpg

All Comments (7)

avatar

Hello,

Basic authentication means the credentials are sent in clear text. Would you consider using a typing macro to authenticate?

the Macro would be $USERNAME${TAB}$PASSWORD${ENTER}, you would need to go in the advanced tab and check "allow password in variable".

Maurice

avatar

Ok, I've never use macro... I don't know how to use it in RDM. I just want to insert the username not de password.

Can you help me? Or any documentation about how to use macro?

avatar

Hi reniera,

In the Events section, click the After Connect tab and add the following macro: $USERNAME${TAB}

You may have to adjust the “initial wait” to leave time for the page to load.

Best regards,
edited by jfdagenais on 5/11/2015

Jeff Dagenais

avatar

Wow,

That's what I want!

Thanks

avatar

Hi,

one more question about macro/basic authentification and https.

I've a web page with SSL error. I want to clic continue on this web page. After I got the Basic authentification pop-up.

I've try this macro {TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{TAB}{ENTER}$USERNAME$

Work find until auto insert username. it's not working because the macro is too fast. All tabs and ENTER work.

There's any other way to do that? Or maybe insert a wait between {ENTER}$USERNAME$

Thanks

avatar

the {DELAY} code exists for that, by default its 300 ms, but you can play around with it as well. You can also put two together.

Maurice

avatar

Work fine! Thanks.

I just realize there's is a question mark at the end of the Typing macro with all the key code!! sorry about that.

thanks