Fill in vpn token

 

activate application "SystemUIServer"
tell application "System Events"
	tell process "SystemUIServer"
		
		set x to item 3 of menu bar items of menu bar 1
		tell x
			click
			click menu item "Connect Cisco VPN" of front menu
			delay 3
			keystroke token
			keystroke return
		end tell
	end tell
end tell