can someone please help me with my code , im trying to click on "Setup" text but this is on Frame , so i dont know how to do that , thank you
my not working code :
#include <Array.au3>
Run("C:\Program Files\ESET\ESET Endpoint Antivirus\egui.exe")
Sleep(2000)
Global $hWnd = WinGetHandle("egui.exe")
Global $hWnd = WinWait('ESET Endpoint Antivirus')
If Not $hWnd Then
MsgBox(16, "Error", "ESET Endpoint Antivirus window not found")
Exit
EndIf
ControlClick('ESET Endpoint Antivirus','','[TEXT:Tools]')
Sleep(1000)
ControlClick('ESET Endpoint Antivirus','','[TEXT:Setup]')
ControlClick("ESET Endpoint Antivirus","", "")
; Title: ESET Endpoint Antivirus
; Class: ESET Main Frame

This is working code for Eset Gui(version 10.1.2050.0).
For going to : Setup ==> Advanced Setup==> Update ==> Profiles ==> Updates ==> Modules Updates