How to manage an interactive login web page

How to manage an interactive login web page

avatar
paolopoz
Disabled

Hello,
I am trying to understand what to do to automatically login into a web page that asks for the username first, then click continue, then input the password and login.
The page is this: https://signin.v1.trendmicro.com/
I suspect I need to use a custom javascript login script, is that right?
Also, how can I make use of the password stored in RDM without writing it down plainly in the javascript?
I'm sorry for being such a noob.
Thanks!

All Comments (3)

avatar

Hello,

Thank you for contacting us,

I believe this help article should help you with your questions: https://docs.devolutions.net/kb/devolutions-web-login/how-to-articles/website-authentication/

If you need clarifcation don't hesitate to let us know !

Be aware that some websites like the one you described make the autofill unusable because the password portion is on a completely separate webpage rather than an extension of the username portion.

I would suggest strating with Method #2

Best regards,

avatar

Thanks Zachary,

I read the KB you posted but I understand that following that guide doesn't allow me to autofill on that website.
Is it possible to find a solution maybe using a custom script?

avatar

Hello,

Following the guide will allow you to autofill, however if autofill still doesn't work despite the fact you took the proper steps mentioned in the article, then the issue is very likely with the website and not RDM.

After closer inspection, I found that the id in the web page for the username field is username



If you add this to the "Username ID" field under Login > HTML Control ID in the website properties and "password" to the "Password ID". I'd assume it may work.

I took a guess with the password ID as I don't actually have credentials for this web page.

Best regards,

1ba703ee-813c-4f03-944b-0f09e1c5e3e4.png