baldspot 0 Posted October 1, 2010 Hi All I have the follwoing code that is desgined to log into a webpage. However, everytime I run the code I get an error msg inforing me that the credentials are incorrect. The username is "happy" and the password is "days": #include <IE.au3> $IE = _IECreate("https://vwii.fortum.com/Production/Intra/auth/login.aspx") _IELoadWait ($IE,3000) Send("happy") Send("{TAB}") Send("days") Send("{TAB}") Send("{TAB}") Send("{ENTER}") I know the username and password is correct. So I can't understand when AutoIT enters the same detials, I get an error message. any ideas why this is happening Share this post Link to post Share on other sites
wakillon 403 Posted October 1, 2010 Url seems bad... AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
baldspot 0 Posted October 1, 2010 Got it working - was sending the text incorrectly. thx Share this post Link to post Share on other sites
jnkbcs 0 Posted October 1, 2010 could you post what you found out. It would greatly appreciate Share this post Link to post Share on other sites