Hi Folks, I was wondering if someone could give me a hand with something. Perhaps I am misunderstanding something. I am trying to do a login window multiple times in IE. I am using the IEEx.au3 library and it looks something like this: ----------------------------------------------------------------------------------------------------------------- #include <IE.au3>
#include <IEEx.au3>
Global $oIE = _IECreate("https://somewebsitehere", 1)
Lo