06-25-2012, 03:07 PM
Cannot add or change object properties.
If you get objects with GetChildObjects, you have array. For example, to click 3-th object use b[2].DoDefaultAction.
Or use match index with Find. Then don't need GetChildObjects and array. Example:
If you get objects with GetChildObjects, you have array. For example, to click 3-th object use b[2].DoDefaultAction.
Or use match index with Find. Then don't need GetChildObjects and array. Example: