AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
-7
votes
0answers
24 views
Want to download a file using Auto it and save it with a different file name [closed]
My requirement is :
By using selenium, i am trying to download the excel file, i want to move the downloaded file by using auto it into a particular folder with folder name and file name mentioned in ...
0
votes
1answer
22 views
Setting ControlID to be used for AutoIT
I am trying to do some automated functional testing for a windows app and I just got my hands on AutoIT. Looks like most (if not all) standard windows applications have a Control ID set. ...
0
votes
0answers
15 views
Automated form fill script from server
Is there an extension to the browser to automatically perform tasks (like autoit or selenium) that works like this:
Set up a link to the script form server and task is performed automatically.
?
-5
votes
0answers
43 views
Webforms automation using c# [closed]
I'm trying to write a little program in C# that will automatically populate the password and username field in a form.
I have two problems. First, I need to "learn" when I have username and password ...
0
votes
1answer
29 views
How to capture window focus events in autoit v3
Let's say i have some Windows open, Then i start my AutoIt script.
Now whenever user clicks on a window it gets focused (activated), Here i want to execute some code.
So basically i want to capture ...
0
votes
1answer
38 views
Autoit script calculator not reseting
I created this script to calculate between mAh and mWh. When I put in the values and press calculate, the calculations seem correct.
However, I cannot figure out how to enter new values and hit ...
0
votes
1answer
51 views
Autoit - Capture Run/DOS command output as well print on STDOUT
I have the following code to capture and process the Run command output.
Now how do i modify such that the Run command window and output is active and at the same time captured and logged?
...
0
votes
0answers
17 views
The running of AutoIT scripts is inconsistent. Why is it pausing in between on its own?
A selenium script can run independently and we can do anything simultaneously ie. interact with other windows or applications. The running of the selenium script is not hampered. Is this not the case ...
-2
votes
0answers
30 views
Photsoshop automation with AutoIT
Hi I am trying to open a set of files in photosho pand then do some actions like zoom and brush on them through automation. I use autoIT for the automation part.I use the following commands but it ...
0
votes
1answer
29 views
Key combination in AutoIt
I am trying to automate pressing CTRL+O button using AutoIt. I am not able to get the syntax right.Please help.Below is the code I am using.
WinActivate("XYZ")
Send("{LCTRL down}")
Send("{O}")
...
0
votes
0answers
43 views
An inteligent bot to simulate clicks & keystrokes on textfield/button without coordinates in a closed code DotNET GUI application [closed]
What I want to do is an inteligent bot that simulate clicks and keystrokes on textfield/button without coordinates in closed code DotNET GUI application.
I know it is possible to simulate clicks by ...
0
votes
2answers
54 views
Automate right click save as in IE, Chrome and Firefox?
Does anybody know a way I can automate the right click and save as actions for IE, Chrome and Firefox?
I am doing some selenium work using Maven and need to be able to download some files but I am ...
-4
votes
1answer
40 views
RegEx vs String commands
Does anybody have idea about how fast are String commands (Stringreplace, StringGetPos) vs RegExMatch and RegExReplace.
I need a performance comparison in order to have perfect results for my script.
...
1
vote
3answers
29 views
How can I make optional matches?
Sorry if the subject/title seems vague. I was not sure how to make it seem less generic.
The following is written in AutoIt Script, but the question is about Regular Expressions in general.
Func ...
2
votes
3answers
120 views
Can we automate sending requests to a web service in SOAP UI window using AutoIT
Can we automate sending requests to a web service in SOAP UI window using AutoIT. AutoIT is unable to identify few controls in the SOAP UI window. The AutoIT Window Info is also not showing any ...
0
votes
0answers
59 views
Automate running requests in SOAP UI: How to pass a value from Java selenium code to an autoit code
I am working on Selenium automation and am using AutoIT to automate the non-web based actions. I need to automate running requests from SOAP UI. I have a scenario to automate in which I want to pass a ...
-1
votes
1answer
64 views
Why 2 functions don't want to work in same time
My 2 functions don't want to work in same time! How to run 2 or more functions in same time.
After I press Start button for one second MainF() function works and after Damage() function starts run ...
0
votes
0answers
45 views
Simulate ALTGR with AutoIt
I need to switch between English input type and Korean input type using AutoIt. In order to do this, I need to press the ALTGR key on my keyboard. Please note that even if ALTGR is equivalent to ...
0
votes
1answer
66 views
simple auto clicker no-focus
heres the thing, im trying to find a way to make a simple bot that clicks on 4 positions in a minimized window without having to have focus on it.
this is what i got till now.
#include ...
1
vote
3answers
197 views
Selenium Webdriver Click() does not complete and next statement is not executed
Steps:
Click on the Browse button in Firefox -
Opens a window dialogue (Browse for a file)
Choose the file (AutoIT Script)
java Code:
driver.findElement(By.xpath("")).click();
String ...
0
votes
1answer
126 views
AutoIT click Flash button?
Is it possible to click a flash button using AutoIT..if So can anyone please give me an sample code for it ..
Thank you.
0
votes
1answer
52 views
Replace text with multiple unique values each time(AutoIt)
Is there any way to replace text that appears several times in a .txt file with a unique value each time? To be more specific:
This is the given document:
value="something"
other text lines
...
0
votes
1answer
56 views
AutoIt: Anyone know what's wrong with this RegRead call?
Trying to get the value of this registry key using AutoIt and it keeps failing. My guess is it's due to the "," and/or "." in the key name, but I haven't been able to find any good info on this type ...
1
vote
1answer
66 views
Autohotkey wrong keystrokes sent to console
I am trying to understand this bug and I am looking for a workaroud.
Using this script:
#NoEnv
#SingleInstance force
SendMode Input
;Alt+t to send keystrokes
!t::Send, /[]
It send the correct ...
0
votes
0answers
43 views
Within an autoit script,how to move to a new sheet in an opened Excel workbook?
I have an .au3 file which writes data from a web page to a .xlsx (excel 2007) file.How can I continur to write in the same workbook,without first saving it,the contents of a new web page but in a new ...
1
vote
1answer
89 views
How to make a OBD2 distance calculator using closed sourced third party software and autoit
I would like to program a distance calculator using an OBD2 car reader. I have the OBD2 plug and several closed sourced third party programs to retrieve the current speed of the car, but I'm not able ...
0
votes
0answers
274 views
Integrating Autoit to selenium: Getting value of variable in AutoIT code in Selenium script
My requirement is to automate configuring an instance(instance of my company product I am working on). The scenario is such that in the middle of my configuration, the control goes from window to ...
0
votes
2answers
198 views
Whats is the command/function to select a radio button in AutoIT script while automating Software Installation
I am using AutoIT to automate installation of a software. In a window, I am being shown with 2 radio buttons, say radio1 and radio2. By default the radio2 is selected. The default control is on ...
0
votes
1answer
342 views
How to handle OS generated pop up using WebDriver
When i am entering wrong username and password,one pop up is giving message and one Ok button is there which is blocking my application.But i am unable to find the id of that button because firebug is ...
0
votes
1answer
139 views
In AutoIt for Windows 7, how do I only run the script if there is no user interaction for a period of time?
I'm trying to make a script that, if the user is not performing any action (keyboard or mouse) for a set period of time, the window focus switches.
0
votes
1answer
76 views
While loop in robotframework (check periodically status bar in desktop application)
Is there some alternative for while loop in Robotframework?
I need to check progress status in status bar in my desktop application. For checking I'm using AutoitLibrary and read message from ...
0
votes
3answers
72 views
Regular expression to amend Sysprep.inf file
I currently have a requirement to parse a sysprep.inf file and insert a value input by the end user.
I'm coding this utility using AutoIT and my regular expression is slightly out.
The line I need ...
0
votes
1answer
64 views
How to calculate ball deflection angle?
I need to calculate ball deflection angle or something like that. Like 2 balls are in the field touching each other. And 1st ball has to 'kick' the 2nd ball so it reaches the target but target is a ...
3
votes
1answer
267 views
Which registry keys for Active X options?
I want to programatically set some registry keys. As part of an install routine, I want to enable all Active X options - in the trusted zone.
These options are at ...
0
votes
1answer
70 views
How to open a notepad or any exe file from one pc to another pc using autoit
I want to open any exe file like notepad or calculator on another desktop; This should happen when i run the autoit script on my desktop. so can u please give me a solution since i am new to autoit.
1
vote
0answers
190 views
Can I use AutoIT, running as a service on a server, using the send function
I'm trying to trigger Illustrator javascripts through the use of AutoIT and its send function. AutoIT is invoked via a Perl script and it works when I have Illustrator open and I run the Perl script ...
3
votes
1answer
249 views
Saving Only Visible Cells From Excel to CSV
Short Version:
How can you save only the visible cells of an xls as a csv?
Longer Version:
I have a large .xls file that contains some data spread over many sheets that I would like to make ...
0
votes
1answer
358 views
AutoIT: How can I write in an input field on a browser?
Scenario:
I'm logged in on a website, and want to make Autoit write in an input field.
How can i achieve this ?
1
vote
0answers
245 views
Autoit Image search + transparency
My autoit script doesn't work. I need to find an image (detect text in game) using transparency because the background is changing every few seconds. My script as below:
#include ...
1
vote
1answer
93 views
How to check if Now Time lies between a given Time in Autoit
What I am trying to do is to check if Now time is between lets say 13:00 and 17:00.
I don't think the _Datediff (using _dateadd() and _NowTimeCalc() ) will work.
Is there some library function in ...
0
votes
2answers
101 views
Main Handle Of A Window
Just trying to use ControlSend but the program is still reluctant. Now I found out the Main Handle but I still don't know how to write it correctly. Helps getting appreciated.
; Process: ...
-2
votes
1answer
506 views
How to write autoit script to run a execute file from local to other location
Here is what I run in the DOS command
c:\folder\a.exe d:\ E:\
, but I would like use autoit to write a batch file to run it.
Please help!!
0
votes
1answer
81 views
AutoIt - Return value always 0
I wrote a method that can be recursive, but the return value is always 0, even when it has a value as a string on the console:
Func hasItTheThing($s)
$result = StringInStr(...,...)
local $newstring
...
0
votes
2answers
175 views
Extract a value from an AutoIt array and send it to screen
I want to make a monkey testing for a website with autoit and I want to press some clicks randomly and send some values to the screen. I tried the script on a word document and the only character that ...
0
votes
1answer
136 views
Autoit Controls
Im trying to use ControlSend to send hotkeys in a different window. The main problem is to find the right Window Control. Or the control is right and their is an unknow issue I dont know either. ...
0
votes
1answer
121 views
How to store input from keyboard into variable?
I am currently using Random function in Autohotkey to generate random and save into variable rand but if user presses R.
my question is below this code
R::
Random, rand, 1, 3
Msgbox, ...
0
votes
1answer
267 views
Echo Message to Command Prompt using AutoIT?
How do I echo the contents of a variable, to the command prompt, using AutoIT? All I want to do is display a message in the command prompt.
Run("C:\WINDOWS\system32\cmd.exe")
...
1
vote
0answers
115 views
Is there a way to detect data traffic in an Internet Explorer window with AutoIt?
Is there a way to detect and save incoming and outgoing data through an Internet Explorer window with AutoIt like an Event Listener or Fiddler ?
Or is there any other way to do this with another ...
0
votes
1answer
388 views
Autoit ControlSend
Just trying to simulate keystrokes with control send. For some reason it doesn't work.
While 1
ControlSend("PokeMMO", "", "", "{DOWN}")
Sleep(900)
ControlSend("PokeMMO", "", "", "{DOWN}")
...
0
votes
2answers
176 views
C# how to get the text of the control from having Class, ClassnameNN
I can retreive the text from control using autoit easily with ControlGetText function
ControlGetText ( "title", "text", controlID )
...


