Check boxes on installation wizard
Hi,
I am automating the following checkboxes for a installation wizard, problem is i am unable to select the check boxes items separately. ObjectSpy is just recognizing the window around it. Is there any other way to go about it?
Object FullName = Sys.Process("*",2).VCLObject("WizardForm").VCLObject("FOuterNotebook").VCLObject("FInnerPage").VCLObject("FInnerNotebook").VCLObject("FSelectComponentsPage").VCLObject("FComponentsList")
Can I add this VCLObject class name in the pro
Additionally, i want to know if we can launch powershell script in administration mode from TestComplete?
For the checkboxes: maybe MSAA? but even then, most likely would recognize the text values not the radio boxes: http://support.smartbear.com/testcomplete/docs/testing-with/object-identification/msaa/index.html
See if enabling support for * in MSAA of (tools-currentprojectproperties-openapplications-msaa) helps the object spy see the individual texts.
For launching powershell: https://support.smartbear.com/testcomplete/docs/reference/program-objects/wshshell/index.html