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 g
I want to run an applic开发者_运维百科ation which is located in the following directory: C:\\LCR 12\\stu.exe
I\'m new to scripting and have stumbled across AutoIt which I want to personally evaluate (along with other scripting technologies).Does anyone one see any error in this code (I can\'t determine wheth
I have a code in AutoIt that runs procmon.exe programmatically. Now I want to translate the code into C# so that I can run it via Microsoft Visual Studios thus can anyone guide me to completing it ?
Hi I am trying to get a n excel file on the web to save automatically using AutoIT. The following code is not working:
I have written a script for file download for IE. It works fine if the focus is on the download box. So explicitly I am trying to get the focus on the download window Sometimes it works , sometimes do
I am trying to use ControlCommands 开发者_如何学Gowith a .NET application (hence, these should all be standard Microsoft controls), but most of the ones that are of interest don\'t seem to do anything
I\'m adapting my regression tests to test a web app in firefox. The biggest stumbling block seems to be how to automate the modal dialogs in firefox.
Closed. This question do开发者_运维百科es not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to automatically click a PictureBox control from an old VB6 application using Aut开发者_Go百科oIt. Window Info finds a control with class ThunderRT6PictureBoxDC and ID 15, and AutoIt succe