Hi,
By AutoIT, i want to click in a selection from a combobox with differents choices; but in the code source, i find only this :
scenario = new Scenario(2645, "Reboot LIVEBOX", "Reboot LIVEBOX", 1, false, false, false);
scenario.filterType = "";
svc.scenarios[2645] = scenario;
scenario.unitTests[1] = "Reboot Livebox";
scenario.addResourceTypeNeeded ( "LIVEBOX" ) ;
Would U have an idea to select "Reboot LIVEBOX" from the combobox ?
Thanks.
By AutoIT, i want to click in a selection from a combobox with differents choices; but in the code source, i find only this :
scenario = new Scenario(2645, "Reboot LIVEBOX", "Reboot LIVEBOX", 1, false, false, false);
scenario.filterType = "";
svc.scenarios[2645] = scenario;
scenario.unitTests[1] = "Reboot Livebox";
scenario.addResourceTypeNeeded ( "LIVEBOX" ) ;
Would U have an idea to select "Reboot LIVEBOX" from the combobox ?
Thanks.