For windows authentication using selenium I am using the below autoit script but the program is not taking the "#1" value from
WinWaitActive("Windows Security")
Send("Test\1234")
Send("{TAB}")
Send("testen#1")
Send("{ENTER}")
program is reading only "testen" , its not reading "#1"... Can someone suggest a solution for this..?