Search found 19 matches
- Thu Feb 06, 2014 9:49 pm
- Forum: Technical / Scripting
- Topic: problems using IEExtractTagByName with IE11
- Replies: 7
- Views: 7223
I am going to debug the problem and when I get to the solution of it, I will post it here. The problem exists on: Win7, IE11,FlashPLayerDisabled It does not exists: Win8, IE11 Win7, IE9 I got it to work with: Win7, IE11,FlashPLayerEnabled but its not 100% safe. I will leave it working like this, an...
- Thu Feb 06, 2014 3:56 pm
- Forum: Technical / Scripting
- Topic: problems using IEExtractTagByName with IE11
- Replies: 7
- Views: 7223
Guess what? Your code works for me. Just run it three times, got the correct button value each time. I'm running IE11 on Windows 8 x64. Thanks Marcus. On my machine (win7 IE11) is not working (I have tried more than 10 times). I am going to debug the problem and when I get to the solution of it, I ...
- Thu Feb 06, 2014 3:46 pm
- Forum: Technical / Scripting
- Topic: problems using IEExtractTagByName with IE11
- Replies: 7
- Views: 7223
We've established there is nothing wrong with the ExtractTag so long as the tag is there and visible. Therefore I expect the issue is that you are calling it too soon and the page is not yet ready. Even if I wait 10 seconds ExtractTag will not work. I tested just by changing the way I get to the pa...
- Thu Feb 06, 2014 3:27 pm
- Forum: Technical / Scripting
- Topic: problems using IEExtractTagByName with IE11
- Replies: 7
- Views: 7223
Yes that works for me. The problem is that, on my script instead of: IENavigate>%IE[1]%,http://get-to-post.nickj.org/?https://net24.montepio.pt/Net24-Web/func/acesso/net24eLoginTV.jsp?loginid_IN=111111111&pageCWS=https://www.montepio.pt/SitePublico/pt_PT/empresas.page&radCert&off,ie_res I use: IENav...
- Thu Feb 06, 2014 1:06 pm
- Forum: General Discussion
- Topic: Upgrade from v10 to v14, IEAuto.DLL problem
- Replies: 2
- Views: 5520
- Thu Feb 06, 2014 1:03 pm
- Forum: Technical / Scripting
- Topic: problems using IEExtractTagByName with IE11
- Replies: 7
- Views: 7223
problems using IEExtractTagByName with IE11
I am having a problem with IEExtractTagByAttrib or IEExtractTagByName on IE11. If I use any of this functions: IEExtractTagByAttrib>%IE[0]%,{""},{"input"},{"name"},{"b0"},0,vb0 IEExtractTagByName>%IE[0]%,,INPUT,b1,0,vb1 It works on IE9 but not on IE11 I inspected the html code: http://www3.duartenev...
- Mon Feb 03, 2014 1:41 pm
- Forum: Enhancement Suggestions
- Topic: LOCALVARS itself should not be global
- Replies: 1
- Views: 4552
LOCALVARS itself should not be global
Hi , I was trying to use LOCALVARS, but when you have more than 1 level it's a nightmare. Because 1 SUB can alter the LOCALVARS value for all SUBs. See example bellow. It would be nice to : -LOCALVARS to be set locally or user another keyword LOCALVARSLOC That way it would not affect the value of LO...
- Sun Feb 02, 2014 2:43 pm
- Forum: General Discussion
- Topic: Upgrade from v10 to v14, IEAuto.DLL problem
- Replies: 2
- Views: 5520
Upgrade from v10 to v14, IEAuto.DLL problem
I just upgraded from v10 to v14 My code stop working because I can not find the new IEAuto.dll LibLoad>IEAuto.dll,hIE LibFunc>%hIE%,CreateIE,IE[0],0 LibFunc>%hIE%,Navigate,r,%IE[0]%, Does mjtnet does not use IEAuto.dll anymore ? Is integrated in the msched.exe ? I will have to change all my code fro...
- Sat Feb 01, 2014 11:11 am
- Forum: Technical / Scripting
- Topic: Encrypton Algorithm used by Macro Scheduler for Crypt
- Replies: 7
- Views: 9875
- Fri Jan 31, 2014 12:56 pm
- Forum: Technical / Scripting
- Topic: Encrypton Algorithm used by Macro Scheduler for Crypt
- Replies: 7
- Views: 9875
- Fri Jan 31, 2014 11:54 am
- Forum: Technical / Scripting
- Topic: Encrypton Algorithm used by Macro Scheduler for Crypt
- Replies: 7
- Views: 9875
- Thu Jan 28, 2010 11:58 pm
- Forum: Technical / Scripting
- Topic: problem running Macro Scheduler on windows vista
- Replies: 8
- Views: 7227
That was it Marcus! I don't know why but on my vista machine this directory C:\Program Files\Macro Scheduler\imports\ was not created: I just created it and copy the following files: C:\Program Files\Macro Scheduler\imports\IEAuto.dll C:\Program Files\Macro Scheduler\imports\IEAuto.ini The EXE was n...
- Thu Jan 28, 2010 10:06 pm
- Forum: Technical / Scripting
- Topic: problem running Macro Scheduler on windows vista
- Replies: 8
- Views: 7227
- Thu Jan 28, 2010 9:18 pm
- Forum: Technical / Scripting
- Topic: problem running Macro Scheduler on windows vista
- Replies: 8
- Views: 7227
It is ok to do this : LibFunc>hIE,Navigate,r,%IE[0]%,https://www.bpinetempresas.pt/SIGNON/signon.asp LibFunc>hIE,WaitIE,r,%IE[0]% ... do some stuff LibFunc>hIE,Navigate,r,%IE[0]%,https://www.bpinetempresas.pt/operacoes/consultas/movimentos/movimentos.asp LibFunc>hIE,WaitIE,r,%IE[0]% // Get csv IE_Ex...
- Thu Jan 28, 2010 9:14 pm
- Forum: Technical / Scripting
- Topic: problem running Macro Scheduler on windows vista
- Replies: 8
- Views: 7227
I am getting confused now. Now even on XP just works when I open MacroScheduler and select "Run Now". When I create the Exe and run it , the sript does not work. Any ideas ? By not working I mean: With this code: // Get Html Let>BODY0_SIZE=40098 IE_ExtractTag>%IE[0]%,,BODY,0,1,BODY0,r MidStr>r_6,1,r...