Application NameVMware Horizon
PublisherVMWare
Date Entered02/01/2017
Date Modified02/01/2017
webNetwork Version 6.4.4.29
Delivery MethodwebPass Client
ConfigurationwebPass
Standard Link : https://vdi.example-company.com/portal/webclient/index.html#/

Form type : webPass
Startup URL : https://vdi.example-company.com/portal/webclient/index.html#/
Login URL : https://vdi.example-company.com/portal/webclient/index.html#/
Trigger URL : https://vdi.example-company.com/portal/webclient/index.html#/
Login Page Launch : Enabled
Script :
function populateCredentials() {
document.getElementById( "username" ).value = '@@attr:saMAccountname@@';
updateModel( document.getElementById( "username" ));
document.getElementById( "password" ).value = '@@password@@';
updateModel( document.getElementById( "password" ));
document.getElementById("password").focus();
document.getElementById( "loginButton" ).click();
}
function updateModel( element ) {
var event = document.createEvent("Event");
event.initEvent("input", true, true);
element.dispatchEvent(event);
}
setTimeout( function() { populateCredentials(); }, 2000 );
Assigned To : Users
 
Notes