I am using the AutoIT plugin with Selenium (the testing tool) for passing the login credentials to windows sercurity popup (attached the screenshot).
I am trying to pass the userID and Password (which contains '+' character) to popup window programatically.
Example: userID= Auto+it and password= rUkkL+95
after going to the window, it is becoming - Autoit / rUkkL95
I tried giving the escape character and other solutions found in the google but no use.. It takes other characters but not '+'.
please let me know how to overcome this bug found in AutoIT plugin. Let me know in case you need more information on the issue.