Sorry my bad english ..., I have a problem with the [IEWaitDocumentComplete] command when I use [IEGetFromURL] to capture the IE instance of any Internet Explorer window.
The problem occurs when I open any Internet Explorer window manually and I use [IEGetFromURL] command to capture the IE instance, then I use [IENavigate] to navigate and finally I use the [IEWaitDocumentComplete] command for If the load process isn't OK. In this case the [IEWaitDocumentComplete] command DOESN'T WORK and PAUSE the script ! Why ???
However, If you create the IE instance with [IECreate] command, then you use [IENavigate] to navigate and finally you use the [IEWaitDocumentComplete] to wait the load process this last command works correctly !
Is it not the same ? I don't understand ... ... ...
