Forum Discussion
4 Replies
- baxatobCommunity Hero
Hi,
If I clearly understood your idea, you can iterate through all tested apps:
#Python implementation: def set_path_to_tested_apps(target_path): for i in range(TestedApps.Count): TestedApps.Items[i].Path = target_path