I\'m using AutoIt to automate filling out a form in a 3rd party .NET application. I\'m having trouble setting the date in a calendar control.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a autoit script that I am using for automation testing. My autoit script is called from a vb.net file. Dialog box of UAC settings will appear and is stopping the execution of test scripts. Curr
I cant work this out, I have been given this search expression .*?(8986(.{8})8A4F03) which works really quick in autoit and gives me 1 result but if I try it in c# it seems to hang. I have also tri
I am executing a autoit script when autoit is installed in the system by using the following code objProcess = New System.Diagnostics.Process()
I am successfully running a Autoit script from command prompt. 开发者_JS百科 \"Z:\\AutoItScripts\\test.au3\" \"parameter1\"
I have the following c开发者_运维百科ode #Include <GuiComboBox.au3> #Include <GuiComboBoxEX.au3>
Using the following code ControlCommand(\"Test Form\", \"\", \"[NAME:ctlMsgQueueCombo]\", \"ShowDropDown\")
I want to use automated testing using autoit for my existing windows form based application. Currently looking at the autoit documentation I couldnt figure out how to start a existing windows 开发者_开
ok, i have been trying to find a way to choose and click for entering a folder while trying to pick files for uploading through internet explorer.