autoit
How to automate calendar date selection in 3rd party .NET application?
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.[详细]
2023-03-17 23:46 分类:问答Automatically Save File Dialog with Ruby / AutoIt / Watir [closed]
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.[详细]
2023-03-17 22:59 分类:问答How to run a program by disallowing its UAC settings
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[详细]
2023-03-17 13:15 分类:问答Convert Autoit Regex to C#
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[详细]
2023-03-17 03:44 分类:问答how to execute script without installing the exe of its program
I am executing a autoit script when autoit is installed in the system by using the following code objProcess = New System.Diagnostics.Process()[详细]
2023-03-16 04:52 分类:问答Executing AutoIT script from vb.net
I am successfully running a Autoit script from command prompt. 开发者_JS百科 \"Z:\\AutoItScripts\\test.au3\" \"parameter1\"[详细]
2023-03-15 09:49 分类:问答How to make .NET control work with Autoit as it can work only with STANDARD controls
I have the following c开发者_运维百科ode #Include <GuiComboBox.au3> #Include <GuiComboBoxEX.au3>[详细]
2023-03-15 02:40 分类:问答Unable to select a value from a dropdown of windows form using AutoIt
Using the following code ControlCommand(\"Test Form\", \"\", \"[NAME:ctlMsgQueueCombo]\", \"ShowDropDown\")[详细]
2023-03-13 19:55 分类:问答How to automate existing windows Form based application using autoit
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 开发者_开[详细]
2023-03-12 22:47 分类:问答Why _GUICtrlListView_ClickItem is not working with Internet Explorer File Upload Dialog?
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.[详细]
2023-03-12 07:31 分类:问答