Citrix Logon Simulator

I’m trying to get the logon simulator working but we are stuck at the manual testing phase. The script errors out with “username text box not found”.

We are using a netscaler 12.1 and I was wondering if there was some change in the logon page that caused the script to not be able to find the form fields?

Anyone else get this working with a current version of Citrix and Netscaler?

issue resolved. The script needs to be updated to allow for the dynamic username field name on a netscaler 12. Instead of using the name of the field, change the script to use the id of the username field and change the getelementby in the script from name to id.

1 Like