Jump to content

Moses2492

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Moses2492

  1. I tried: ControlClick("Forcepoint Security Setup", "", "[CLASS:WindowsForms10.STATIC.app.0.33c0d9d; Instance:17]", "Left") Unfortunately no success.
  2. When I set the MouseClick as mentioned- I see the click being happen on different place (the position on the Autoit is 363 ,203. Regards.
  3. Hi, Sorry for the misinformation - new here as I said The script is basic: #RequireAdmin Run(@ScriptDir & '\WebsenseInstaller-8.6.2.225.exe') AutoItSetOption('MouseCoordMode', 0) WinWait('Forcepoint Security Setup') WinActivate('Forcepoint Security Setup') MouseClick('primary', 363, 206, 1, 0) I try to launch Forcepoint program installer and to click with MouseClick on "Modify Button": Please let me know if any other information is needed. Thanks!
  4. Hi, Pretty new to Auto-IT. I want to create an automation installation on my server for a specific installer. I was able to click buttons (next buttons and etc') My question is how I can insert text values (lets say IP addresses, username and passwords) automatically for a specific rubric on the installer? Tried to follow KBs of Autoit without success. Thanks you all.
×
×
  • Create New...