1
vote
2answers
35 views
How can I use Autoit to close all javascript alerts and confirmations that may appear?
I am testing in selenium and I have a bunch of stuff that happens on page load. I found out about autoit, and I was thinking that it could handle all javascript dialog issues. I wa …
0
votes
1answer
62 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 …
0
votes
1answer
370 views
Get COM object for embedded IE browser with ruby win32api
Alright this is a pretty complicated problem but it looks like the hard work has been done already by the autoit IE.au3 project. So now it just takes someone experienced with ruby …
1
vote
0answers
55 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 …
0
votes
2answers
69 views
AutoIt3 - How to branch if a window pops up?
I am trying to write an AutoIt3 script to go through a wizard to setup a program. At one point, depending on what has already been installed on the machine, it may or may not pop …
0
votes
3answers
128 views
C# - Autozip files in a folder based on Year-Month
IT has been tasked with reducing the file-server usage rate so I'd like to do my part my compressing old files(ie Excel/Access/Txt).
We have some folders that contain thousands of …
0
votes
2answers
285 views
How do I take keyboard input in AutoIt?
I want to write a script in AutoIt, which can take automatic input from the keyboard, lets say A-Z, without user intervention.
Is this possible?
2
votes
2answers
81 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 netwo …
0
votes
1answer
101 views
How To… Sort 4 x 1D arrays?
I have four arrays all containing related data,
Data Example:= (Array 1 | Array 2 | Array 3 | Array 4)
R.E.M.|In Time: The Best Of R.E.M. 1988-2003|album:6G5BGhEiLvck3kvKpSYw2y| …
3
votes
4answers
1k 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: R …
0
votes
4answers
286 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 wi …
3
votes
2answers
410 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 …
1
vote
1answer
135 views
Scripting a GUI from within a Windows Service?
I would like to automate a windows app that comes only with as a GUI app (no support for command-line). The automation itself is relatively straightforward with AutoIt.
Yet, I am …
0
votes
3answers
135 views
Unattended Processing - Application Automation
I'm looking for information [I hesitate to infer "Best Practices"] for Automating Applications. I'm specifically referring to replacing that which is predictably repeatable throug …
0
votes
1answer
309 views
How do I recognize a drag-select with autoit
I'm writing an automation script with autoit: http://www.autoitscript.com/autoit3/index.shtml. In the process I need to take a screenshot of a user selected area.
How can I recogn …
