Forum Discussion

komalak11's avatar
komalak11
Contributor
4 years ago
Solved

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?

 

5 Replies