Tagged Questions
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
24
votes
8answers
9k views
Choosing a Windows Automation script language. Autoit vs Autohotkey
I need to choose a windows automation program. Which one do you recommend? AutoIt, AutoHotkey, others?
I have read http://paperlined.org/apps/autohotkey/autoit_and_autohotkey.html , interesting ...
16
votes
3answers
591 views
send code from vim to an external application for execution
I am regularly using stata at work. My text editor of choice is (g)vim.
I have been using the scripts provided here or here to send code from vim to stata. This functionality is immensely practical ...
7
votes
2answers
1k views
How can I mimic Visual Studio's “Ctrl-K, C” two-step macro behaviour using Autoit / Autohotkey?
I'm trying to set up Autohotkey macros for some common tasks, and I want the hotkeys to mimic Visual Studio's "two-step shortcut" behaviour - i.e. pressing Ctrl-K will enable "macro mode"; within ...
6
votes
1answer
123 views
Getting Python and AutoIT to work together using win32com: what's up with those window handles?
I have a program with a GUI interface whose initial set-up I need to do manually. AutoIt has been superbly helpful for that so far, as it provides very easy ways to work even with complex-to-access ...
5
votes
3answers
516 views
Looking for a GUI automation framework that works with .NET (WinForms)
Currently we're using AutoIT for automating a few internal tools built with WinForms.
This is not a smooth process since AutoIT does not handle .NET windows very well as far as i could see.
I'm ...
5
votes
2answers
382 views
How to intercept method calls in C#
I'd like to be able to intercept and inject custom code when calling some 3rd party code in C#.
I am using an external library (AutoIT) for performing GUI automation. The AutoIT dll is provided ...
5
votes
2answers
1k views
iTunes COM interface - obtain song added to library?
This isn't about a specific language, since it is more about the iTunes COM interface. I have managed to add a file to the library with .AddFile(), but now that the file is there I'd like to read ...
4
votes
3answers
1k views
Keeping AutoIt-controlled remote desktop session “alive”
I'm using AutoIT to automate GUI operations as part of some automated procedure.
I am connecting to the machine that i am running the app on using RDP.
Whenver i minimize the RDP window (using ...
4
votes
5answers
2k views
Equivalent of AutoIt for Mac OS X?
AutoIt is a Windows tool to automate UI tasks, for testing or scripting. It supports basic commands like moving the mouse, clicking its buttons, simulating keystrokes. Beyond that it also recognizes ...
4
votes
5answers
3k views
AutoIt with Firefox
I have several tabs open in Firefox. I want AutoIt to activate a particular tab in Firefox. How can this be done?
4
votes
4answers
6k views
Can AutoIt scripts be executed as a service for GUI actions?
I'm using AutoIt to start and automate some clicks on special GUI application. I need to activate the script each hour.
Will AutoIt script work when used as a service?
UPDATE: Referring to the ...
3
votes
2answers
210 views
How can I get the same base64 encoding result from AutoIt as what from PowerShell
I use Ward's AutoIt Machine Code Algorithm Collection to get base64 encoding of a string in AutoIt. The code is as follows:
#Include "Base64.au3"
Dim $Encode = _Base64Encode("ps")
MsgBox(0, 'Base64 ...
3
votes
1answer
459 views
Automatically Save File Dialog with Ruby / AutoIt / Watir
Ok, I am trying to use Watir/Ruby/AutoIt to automatically download a file. So say the dialog below pops up, my goal is to automatically click Save File, and then hit Ok. If someone could provide an ...
3
votes
4answers
895 views
Full and true automation with Watir and AutoIT
We use Watir with AutoIT for testing our web apps with IE on Windows. The AutoIT is used where Watir falls short in handling native Windows dialogs (like Windows File dialog for upload).
Because of ...
3
votes
2answers
735 views
AutoIt: Аctivate and choose elements context menu in ControlTreeView
I want to do automatic installator system by AutoIt.
But now i have problem. I cant activate and choose elements menu on the "select features" step.
I can choose any the element in the "tree". For it ...
3
votes
1answer
956 views
Calling AutoIt Functions in Python
I have seen this post mentioned there is an AutoIt3 COM version, and with it I can call AutoIt functions in Python.
I couldn't find the COM version at the AutoIt website. Is it hidden somewhere? How ...
3
votes
1answer
901 views
Can AutoIt scripts run as a scheduled task while not logged in?
I am using Ruby/WATIR/AutoIt to automate a task via Task Scheduler which runs fine as long as I am logged in, but as soon as my account is locked (mandated 10 minute screen lock) or I logout the ...
3
votes
2answers
305 views
possible to hide browser and control it programmatically ? .net or vb6
basically using autoit, what happens is that IE windows pops up, and autoit clicks on stuff, and can control it and so on.
what i'd like is a way to hide the browser and still let autoit do it's ...
3
votes
4answers
3k views
AutoIt for Java
I need to automate UI testing of a software that my module is plugged in. I do not have an access to code of the host so I need something like AutoIt. Since AutoIt does not work with Swing, is there ...
3
votes
4answers
3k views
.NET webbrowser control automation
I'm trying to automate some stuff on a flash game running in a webbrowser control in my C# program. Using user32's sendmessage dll I've been able to click at coordinates on regular pages such as ...
2
votes
1answer
58 views
Why do I have header checksum erro in AutoIt UDP protocol?
I am using standart UDP function of AutoIt. I tested and dumped UDP packets to loopback interface 127.0.0.1 (send udp packets to myself). I captured it with RawCap, then opened in Wireshark. It showed ...
2
votes
4answers
219 views
What scripting tool can I use for automated testing of Delphi programs?
I'm looking for a tool for automated testing. I will use scripting for testing, rather than just automating, which means that it can't just send some key-presses. It needs to examine the app's window ...
2
votes
1answer
85 views
autoit incremental Variable definition
Ok this problem might come over a bit odd
I want to automatically define incrementing Variable names
so instead of this:
$Var1 = 'This is variable one :P'
$Var1 = 'This is variable two :P'
I'd like ...
2
votes
1answer
487 views
How to disable UAC prompt using manifest file option in Visual Studio 2010
I want to execute autoit script using vb.net in vs 2010. While executing it keeps prompting. Is it possible to embed a manifest file in a class lib type project in vb.net. As currently I cant see any ...
2
votes
2answers
135 views
AutoIt v3 function with optional/default parameter
I am trying to call a function declared like this:
Func doCall($indexNumber = "1")
MsgBox(0, "Test", $indexNumber)
EndFunc
but I get an error about the $indexNumber variable not being declared ...
2
votes
1answer
509 views
How to use autoitX in .net (C#) without registering
Can you help me how to use AutoitX (ocx/activeX library) in .net c# application without registering it? I would like to create application with it without need to use administrator rights for ...
2
votes
4answers
104 views
can I resize a program window in Windows to be arbitrarily large?
it seems that the size of the window, e.g. of an open browser, is capped based on the screen size or screen resolution or something along these lines. Is there a way to go around this and make the ...
2
votes
1answer
113 views
Automated documentation for AutoIT
Is there an automated documentation tool like Javadoc or Doxygen for AutoIT? Or, better yet, is there an AutoIT plugin for Doxygen?
Thanks,
Rik
2
votes
0answers
143 views
execute button inside ribbon
I want to write a script (C# or AutoIT or VBScript.. whatever works) which should
(1) Get reference of already open outlook application
(2) Iterate through ribbons to find a specific button
(3) ...
2
votes
2answers
523 views
Autoit get form name from iframe
I am using autoit to automate filling in forms on a website.
But i am having a problem getting the form name from a website. I look at the source of the HTML and find form and its name but I still ...
2
votes
2answers
186 views
AutoIt Scripting - Variable only recognizes first character from input box
I am trying to create script that is able to recognize a multi-character variable (a number in xx.xx format) after entering into input box. After entering the variable in xx.xx format into the input ...
2
votes
1answer
128 views
Not able to click the button on File Download with JWinAuto
I am new to JWinAuto and AutoIT.
I want to click the save button on the File Download control.
I am able to get the focus on the button but it doesn't click if the current File Download is not in ...
2
votes
3answers
831 views
Watir with AutoIT tutorial?
Is there a tutorial for using AutoIT to handle modal windows in Watir or Firewatir?
2
votes
3answers
3k views
Send an Email With AutoIt
Could anyone show me how to send a basic email example with AutoIt? Just need a really clean example and explanation.
To
From
Subject
Message
Thanks!
2
votes
2answers
399 views
Does AppleScript have image recognition like AutoIt or AutoHotkey
In AutoHotkey and AutoIt the script is able to recognize images on webpages. Can AppleScript do that? How?
2
votes
1answer
323 views
Automate Remote Window with with AutoIT
I'd like to use AutoIT's COM interface in a C# application to automate a window on a remote machine. I have code that looks like this:
var type = Type.GetTypeFromProgID("AutoItX3.Control", ...
2
votes
2answers
183 views
how to automate / script processes like signups
which is the best tool for this -
Automation of signup process to a website , e.g an email signup
The tool should be able to take data from an external data file like an excel of csv file
this ...
2
votes
3answers
970 views
Using control send on windows live messenger For auto typing text
Hi i want to make a sort of a bot for WLM,
But the normal controlsend in autoit wont work
the basic question is how can i send a text to the windows live messenger window Without activating it?
...
2
votes
2answers
244 views
Please Recommend a Simple Automated GUI recording application?
I need to have an application simply record mouse gestures and keyboard strokes that will then be able to play this recording back. I will run this on a few computers on the network to simulate ...
1
vote
2answers
30 views
How to get specific information from the website and display it in a box?
I am quite newbie on AutoIT, I've done alot of things already.
But I can't find out the way to read specific information from the website that is between div or something. If thats not possible, ...
1
vote
1answer
60 views
Internet Explorer: Logging URLs to the Console with AutoIt
I am using autoit to run Internet Explorer. I want IE to log all urls it visits in the console window. When I compile this script, I compile it to run with a console window in the background.
...
1
vote
1answer
139 views
How to call autoit script in python
how can i call autoit .exe file to python code ?
edit:
I need add to code which were generated by selenium autoit script.
1
vote
0answers
55 views
Should I deploy software on Window using msi or can I just use a self extracting zip file
We make instruments that are controlled by software running under windows. We have a range of software that we distribute. Currently this software is installed using msi's which are created using WiX ...
1
vote
2answers
141 views
Capturing screenshot of windowed OpenGL window in AutoIt?
For my graphics class, I need to match an OpenGL sample output in a pixel-perfect way.
I figured it would be cool if I could spawn the sample, send it some input, then take a screenshot of the exact ...
1
vote
1answer
145 views
Handling javascript popup in watir
I am using autoit to handle javas script popup code as
autoit.WinWaitActive("[Class:#32770]")
result =autoit.ControlClick("[Class:#32770]","","Button1")
But when I click on the button to open the ...
1
vote
1answer
63 views
convert clipboard to keystroke
My code :
HotKeySet("^v","ClipboardToKeystroke")
While 1
WEnd
Func ClipboardToKeystroke()
Send(ClipGet(),1)
EndFunc
Unfortunately it doesn't behave like what I expect. For a single line, it ...
1
vote
1answer
139 views
Read values from INI file into string array
I have decided to have an accompanying .ini file with an executable so that I do not have to hard code items that appear in a drop down menu. I have created the .ini file and using the IniReadSection ...
1
vote
1answer
49 views
Handling multiple filenames in autoit
I am writing a picture editing program and am using the below snippet to choose the files
$var=FileOpenDialog("",@DesktopDir,"Images (*.jpg;*.bmp;*.png)",1+4)
$var = StringReplace($var, "|", @CRLF)
...
1
vote
1answer
71 views
AutoIt with wpf
I have below sample code for my wpf app.
I need to fill in text fields of form with strings.
Run('AutoItWpfTesting.exe')
WinWaitActive("Window1", "")
$hHwnd = WinGetHandle("Window1")
...
1
vote
0answers
161 views
click_no_wait does not work the second time when autoIt is used to handle the file download box
I am facing the problem where I call the method click_no_wait on a
control which displays a "File Download" box. It works fine for the
1st time. i use Auto It to handle the file download box and ...