I am experiencing the memory issue as well. Running the script causes the mem usage to grow and grow until POOF! Seems to only happen when using the Non-Beta.....even with Melbas mods below. Edited January 20,
[New Version] - 16 Apr 2022 Added: A new function _GUIExtender_Hidden_Control which allows you to specify which controls should not be automatically reshown when it redraws the GUI. You no longer need to hide/show the control within the script - this fun
3. Start the attached script 4. Open new tab, you should see a message from AutoIT that event was send and handshake back was send 5. Go back to chrome://accessibility and refresh 6. Accessibility is now on As CEF is based on chromium it should respond similar in the handshake...
services for a while, since i don't need it for now, but i can help you only if your provide whole script, to see how you call every functions. I can tell that fix stability issues in callback, but i don't think it's need for your script, as far as y...
$filePath = RegRead('HKLM\SOFTWARE\AutoIt v3\AutoIt','InstallDir');checks the AutoIt's InstallDir FileCopy($filePath & '\Icons\au3.ico','au3.ico',1);copy an icon to @ScriptDir _GDIPlus_StartUp() $hImage = _GDIPlus_ImageLoadFromFile('au3.ico');load the image ...
I have made the script below which works great (THANK YOU) but now I would like to turn off the red highlight rectangle and the debug xml file. I have changed the UIA.CFG but it does not seem to work, I always get the highlight and xml file every time I run my script....
'C:\Windows\System32\manage-bde.exe' is not recognized as an internal or external command,operable program or batch file. So you are running the script with Autoit3.exe which is the x86/32bits version and it works fine with AutoIt3_x64.exe. ...
I don't have the answer for every problem as far as portability and whatnot that's something that you deal with after the fact. I know it's possible to include the bits for a dll directly in autoit code so having the dll be seamlessly integrated don't sound like that high ...
("SUT1.Folder")&"\"&_UIA_getVar("SUT1.EXE"));~ Set the system under test objects to recognize and abstract logical and physical names for readability in main script_UIA_setVar("MACH3.mainwindow","classname:=Afx:00400000:b:00010003:00000006.*");~ _UIA_setVar("MACH3.mainwindow...