Search the Community
Showing results for tags '_IEAttach'.
-
I have one script that creates _IECreateEmbedded and another script that does _IEAttach. I do this because when autoit is doing something, the Embedded IE starts stalling (eg jquery progress animation) But there is a new problem. When IE is having its own process (like in the example...
- 16 replies
-
- ie
- _iecreateembedded
-
(and 1 more)
Tagged with:
-
I am really stuck with this. #include<IE.au3> local $oIE = _IEAttach("Application") ; the name of Tab local $oForm = _IEFormElementGetObjByName($oIE, "lastName") ; "lastName" - <input name="lastName" class...> running it,, there is an error: _IEFormElementGetObjByName,...
-
Hi, Can't resolve a problem with killing needed attached tabs, always is killed 3 from 5. Here is 6 links, 5 need to be killed: #include <IE.au3> #include <String.au3> $oIE = _IECreate('facebook.com') __IENavigate($oIE, 'm.facebook.com', 0, 0x800) __IENavigate($oIE, 'm.facebook.com', 0, 0x80...
- 1 reply
-
- IE
- __IENavigate
-
(and 2 more)
Tagged with: