Top "Autoit" questions

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.

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 …

registry activex autoit
Keeping remote desktop session "alive"

I'm using AutoIt to automate GUI operations (connecting to the machine that's running the to-be-automated app, using RDP). Whenever I …

windows automation rdp autoit
Execute AutoIt code from Eclipse

I am doing automation using Selenium WebDriver and want to handle a browser authentication window. I know Selenium does not …

java eclipse selenium selenium-webdriver autoit
Download a file in IE using Selenium

OK, so I am trying to export a file using Selenium. My browser is IE. When I click on the …

java selenium internet-explorer autoit
How to stop chrome's Select a certificate window

I'm working on a selenium project, and the system I need to test is using SSL certificate. Every time when …

google-chrome ssl selenium-webdriver automation autoit
AutoIt Wait for a Control Element to Appear

I'm attempting to automate an application using AutoIt, and I need to wait for a control to appear within the …

autoit
Do AutoIt scripts, executed as service, function for GUI actions?

I'm using an AutoIt script to start and automate a GUI application. I need to activate the script each hour. …

user-interface service autoit
How to Winwait for two windows simultaneously in AutoIt?

I would like to know if its possible to "WinWaitActive" for "WindowWithThisTitle" and "WindowWithThatTitle" at the same time. I'm executing …

windows wait autoit
Handle windows authentication pop up on Chrome

I am trying to handle the basic authentication pop up for my Selenium webdriver scripts using AutoIt. I wrote a …

selenium selenium-webdriver webdriver autoit
Executing AutoIt script from command prompt

Is there any way to execute my AutoIt script (.au3 file) from command line?

windows command-prompt autoit shellexecute