I use Watir with IE. On a website, there is a link that, for some reason, it does not work with Watir. The Watir line below causes the screen to flash, while it should downloa开发者_如何学God a CSV fi
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
AutoIt seems to stop working when focus is given to a java application. For this code: MouseMove(61, 121, 10);
How to setup Windows 7 user tiles via a script I found explained in a blog post. But I do not want the .NET framework dependency this requires, so I try to call it directly via DllCall(). However I ca
I\'m looking to get the count of GDIObjects of certain processes. Using Windows XP it was possible with user32.dll\'s getGUIResources(), but on Windows Vista and -7 it returns 0 for processes running
I\'m collecting information about runn开发者_JAVA百科ing processes (like CPU- and RAM usage). Now I want to get the version number of a process via its PID or process name. How can I do this?The versi
I tried: $sAddIn = \"H:\\prog\\essxleqd.xla\" $oExcel = ObjCreate(\"Excel.Application\") $oExcel.Visible = 1
I\'m trying to automate some excel processing. With autoit I open several Excel with an add-in. This add-in is开发者_如何学编程 used to update data in this excel.
I am using one file to send data to global variables in a globals file and having another file try and retrieve that data from the globals file after.
Ok, gah, syntax conversion issue here...How would I do this in AutoIt? String theStr = \"Here is a string\";