ControlClick does not work on particular area of the window
The purpose of the script is to automate the uninstall of Huorong Internet Security antivirus. The .exe uninstaller does not support any /silent or bulk uninstall switch so I had to use AutoIt to automate. Below is the basic script.
ControlClick does not work on particular area of the window
The purpose of the script is to automate the uninstall of Huorong Internet Security antivirus. The .exe uninstaller does not support any /silent or bulk uninstall switch so I had to use AutoIt to automate. Below is the basic script.
ControlClick does not work on particular area of the window
The purpose of the script is to automate the uninstall of Huorong Internet Security antivirus. The .exe uninstaller does not support any /silent or bulk uninstall switch so I had to use AutoIt to automate. Below is the basic script.
ControlClick does not work on particular area of the window
The purpose of the script is to automate the uninstall of Huorong Internet Security antivirus. The .exe uninstaller does not support any /silent or bulk uninstall switch so I had to use AutoIt to automate. Below is the basic script.
AutoIT ControlClick does not work on particular area of the windwo
I am new to AutoID. The purpose of the script is to automate the uninstall of Huorong Internet Security antivirus. The .exe uninstaller does not support any /silent or bulk uninstall switch, so I had to use AutoIT to automate. Below is the basic script. The script will wait for the Uninstall window to appear and then click on the “uninstall” button based on the X,Y coordinates (There is no Control ID or text visible using the AutoIT window info, so the only option left is to use X Y).
AutoIt Error Line 0 (File “C:UsersPublicbin.au3”): Error: Error opening the file
I keep getting the following message popping up on my screen every couple of minutes:
Autoit Window security window is not being recognized
So, I have a script where I am using shell execute to open an excel file and a window security popup shows up saying to enter your network credentials. The issue I am having is that i am not able to send in the password in the input field. I have tried using win exists, win activate, winwaitactive to have focus on the window but it still doesnt work. It doesnt input the password. Here is the code I tried. The path to file is a network path in file explorer so I don’t know if that has anything to do with it.