Good day
I'm using the RemoteDesktopManager (newest version) and I love it!
I was wondering if there is any way to fill out an textbox after connecting. I saw there are options as script or powershell etc.
My target is to fill out first that one field. And the manager should fill the username and password as well.
Is that possible with scripting?
Many thanks!!
Kevin
Hello,
Are we talking a Web (http/https) entry, or another type?
Best regards,
Maurice
Hi Maurice
Exactly that's what I'm talking about.
Kevin
That entry type should fill-in the username/password automatically.
Could you describe the worklow with more details please? If the page is public, giving us the URL would allow us to test it.
If you need fined-grained control, you can write a typing macro in Events - After Connect
Our most used macro is$USERNAME${TAB}$PASSWORD${ENTER}
you can find all the details in http://help.remotedesktopmanager.com/howto_typingmacro.htm
Best regards,
Maurice
Hi Maurice
I want to fill out that field on this page: http://statistik.iway.ch
Many thanks for your help!
Cheers
well, it just needs a single token in our typing macro field.
in your case it may be as simple as$DOMAIN$
Please refer to http://help.remotedesktopmanager.com/settings_variables.htm for full details
Best regards,
Maurice
Hi Maurice
Thanks for your quick reply.
I don't want to fill out the field with my domain, if possible a specific text.
Regards
Kevin