
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Logging into Citrix
Hi,
Can you help to let me know on how to use the dynamic password (RSA) while logging into Citrix, as the RSA token changes everytime and recording options sets the password/encrypts the one that was taken during recording.
And hence it results into credentials being invalid
Below is the code where the line in Italic is the encrypted RSA token ID which changes every time and the record option has encrypted the key which was displayed during recording.
Browser("Citrix XenApp - Logon").Page("Citrix XenApp - Logon").WebEdit("user").Set "prerit.m.sss"
Browser("Citrix XenApp - Logon").Page("Citrix XenApp - Logon").WebEdit("password").SetSecure "581c1cda37ce7825fa17b760736671423faa3b97d6c98de291d4187e5b7e4bdc"
SystemUtil.Run "C:\Program Files\RSA SecurID Software Token\SecurID.exe","","",""
Window("RSA SecurID Software Token").Click 192,108
Window("RSA SecurID Software Token").Click 194,101
Window("RSA SecurID Token").Type "2233"
Window("RSA SecurID Token").Click 199,64
Window("RSA SecurID Token").Click 193,101
Browser("Citrix XenApp - Logon").Page("Citrix XenApp - Logon").WebEdit("passcode").SetSecure "581c1cf8214c8b3abd69edd1e68ac67711dc6febef7e"
Browser("Citrix XenApp - Logon").Page("Citrix XenApp - Logon").Link("Log On").Click
Browser("Citrix XenApp - Logon").Page("Citrix XenApp - Applications").Link("VWP BTO").Click
Browser("Citrix XenApp - Logon").Dialog("Internet Explorer Security").WinButton("Allow").Click
Browser("Citrix XenApp - Logon").Page("Citrix XenApp - Applications").Sync
Browser("Citrix XenApp - Logon").CloseAllTabs
Urgent hep will be appreciated