10-14-2010, 03:46 AM
Actually My problem goes like this.
Steps
1. I am taking the name of the profile from an external file.
2. Using that profile name to click on that particular profile.
3. then that profile's details comes into focus.
4. I have to click the edit button of that particular profile.
Now my problem is
1. The Profile name list, Profile details of each profile is on the same page.
2. Now when I record the edit button with profile 1 whenever I run the script with other name it clicks on profile 1 edit button.
3. I tried defining the object at runtime using visible = True and hideFocus = False property but it still saying more that one object matching.
4. The problem is that the edit buttons have same properties except for wat I have mentioned in the above post. The ID is generated when a profile is created. There is no property which defines just the ID.
I hope I am clear this time.
I still cannot find a solution to it.
Steps
1. I am taking the name of the profile from an external file.
2. Using that profile name to click on that particular profile.
3. then that profile's details comes into focus.
4. I have to click the edit button of that particular profile.
Now my problem is
1. The Profile name list, Profile details of each profile is on the same page.
2. Now when I record the edit button with profile 1 whenever I run the script with other name it clicks on profile 1 edit button.
3. I tried defining the object at runtime using visible = True and hideFocus = False property but it still saying more that one object matching.
4. The problem is that the edit buttons have same properties except for wat I have mentioned in the above post. The ID is generated when a profile is created. There is no property which defines just the ID.
I hope I am clear this time.
I still cannot find a solution to it.