I am trying to do a series of Smart Finds and then actions in an application
in order to navigate to a specific folder and then select a number of files.
When I do the first few Smart Finds and actions they work correctly. Then
when I try and selected another folder to drill down to the next level it
does not fully select the folder I want and I guess loses focuses. Below is
an example of what I am doing. After the first folder is opened in the List
View I reset the Smart method to the first element and then I search for the
next folder. It finds it because I can do a Smart.View and it shows the name
of the folder it just won't do any actions on it. Any ideas?
Smart.First
Smart.Find ("Folder1<List item>")
Smart.Select_
Enter
Wait
Smart.First
Smart.Find("Folder2<List item>") 'Finds the folder but doesn't open it
Smart.Select_
Enter
Wait
Smart.First
Smart.Find ("Folder3<List item>")
Smart.Select_
Enter
Wait
Smart.First
Smart.Find ("Folder4<List item>")
Smart.Select_
Enter