﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2044	IE.au3 error Wend	autoit@…		"Hello all,

for this script :

{{{
#include <IE.au3>

$identifiant = ""xxx""
$motdepasse = ""xxx""

$oIE = _IECreate (""http://www.farmerama.com"")
_IELoadWait ($oIE)

$oUser =_IEGetObjByName($oIE,""loginForm_default_username"")
$oPass =_IEGetObjByName($oIE,""loginForm_default_password"")
_IEFormElementSetValue ($oUser, $identifiant)
_IEFormElementSetValue ($oPass, $motdepasse)

$connexion = _IEFormGetObjByName($oIE, ""loginForm_default"")
_IEFormSubmit($connexion)
}}}

Autoit return this error :

>""C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe"" /run /beta /ErrorStdOut /in ""C:\Users\WoW\Desktop\Auto It\test\test connexion.au3"" /autoit3dir ""C:\Program Files (x86)\AutoIt3\beta"" /UserParams    
+>04:25:18 Starting AutoIt3Wrapper v.2.0.3.0    Environment(Language:040C  Keyboard:0000040C  OS:WIN_7/Service Pack 1  CPU:X64 OS:X64)
>Running AU3Check (1.54.22.0)  from:C:\Program Files (x86)\AutoIt3\Beta
+>04:25:18 AU3Check ended.rc:0
>Running:(3.3.7.20):C:\Program Files (x86)\AutoIt3\Beta\autoit3_x64.exe ""C:\Users\WoW\Desktop\Auto It\test\test connexion.au3""    
C:\Program Files (x86)\AutoIt3\Beta\Include\IE.au3 (585) : ==> The requested action with this object has failed.:
WEnd
WEnd^ ERROR
->04:25:23 AutoIT3.exe ended.rc:1
>Exit code: 1    Time: 6.735


Error appear at the end, just after the form was validate.
Sorry for my english, i wish you anderstand me :)
Good works and thanks for your soft


"	Bug	closed		AutoIt	3.3.7.20	None	No Bug		
