16-11-2021, 05:36 PM
(This post was last modified: 16-11-2021, 05:38 PM by Grendelbox.)
I want to automate the login to our switch & printer webpages....
Any idea an chance how to inject the (user + passwd) on a login mask in the webpage of the switch
I tried to automate this via AUTOHOTKEY.EXE as an external App, but I it doesn't work here.
Autohotkey triggered an.AHK scriptfile to do keystroke-actions , which contains....
send {Tab}{Tab} password {Enter}
this should simulate the pressed keys to activate the password input line, injecting the passwd and press enter, after the Printer-Webgui Page is openend in a TAB.
(see Screenshot in attachment)
but it simulates the keystrokes ONLY AFTER i close the tab of the openened Printer-page completely.
I tried with and without options:
wait for application end
try to integrate
start as shell-process
___
So any Idea how to automate these kind of webpage logins within ASG-RD ?!?
Any idea an chance how to inject the (user + passwd) on a login mask in the webpage of the switch
I tried to automate this via AUTOHOTKEY.EXE as an external App, but I it doesn't work here.
Autohotkey triggered an.AHK scriptfile to do keystroke-actions , which contains....
send {Tab}{Tab} password {Enter}
this should simulate the pressed keys to activate the password input line, injecting the passwd and press enter, after the Printer-Webgui Page is openend in a TAB.
(see Screenshot in attachment)
but it simulates the keystrokes ONLY AFTER i close the tab of the openened Printer-page completely.
I tried with and without options:
wait for application end
try to integrate
start as shell-process
___
So any Idea how to automate these kind of webpage logins within ASG-RD ?!?