Hi, I'm trying to write a script which will run a Benchmark Suite. But I'm having problems to select single benchmarks and recognize if the benchmark is finished. The program I'm wanne working with is freeware. It can be found here PC Wizard 2008. I'm able to start the program, but I can't select the Benchmark section from the left buttom bar. This section includes the single benchmarks. I tried for example... Run('C:\_Install\PC Wizard 2008\PC Wizard.exe')
WinWait("PC Wizard 2008","")
ControlClick("PC Wizard 2008","","ThunderRT6PictureBoxDC6")
WinWait("PC Wizard 2008","")
;AutoIt supports no ToolbarWindow32 ... but fixed positions can't be the solution. Futhermore the solution doesn't work, too. With WinGetClassList I got Button RichEdit20A ReBarWindow32 ToolbarWindow32 RichEdit20A ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6ComboBox ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6Timer ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 ThunderRT6PictureBoxDC ToolbarWindow32 ToolbarWindow32 msctls_statusbar32 msctls_progress32 SysListView32 SysHeader32 SysTabControl32 ThunderRT6PictureBoxDC ThunderRT6PictureBoxDC A second problem is to recognize if the benchmark is finished. Has anybody out there an idea how to manage this problems with AutoIT?