12-01-2010, 06:02 AM
Thanks.
Its not working.
on the web application, it shows as followsFI=FOLDER ICON)
- FI Topics
+ FI business areas
+ FI FACTS
+ FI INVENTORY
....
I have 7 + signs total. I need to click different + signs different time depending on what I need. Current script need to click on + next to FACTS.
I used object spy and found out that all + and the - sign and the FI, all have the class type -Image.
I used the below code and i get error :
It does not click any + signs.
Thanks.
Its not working.
on the web application, it shows as followsFI=FOLDER ICON)
- FI Topics
+ FI business areas
+ FI FACTS
+ FI INVENTORY
....
I have 7 + signs total. I need to click different + signs different time depending on what I need. Current script need to click on + next to FACTS.
I used object spy and found out that all + and the - sign and the FI, all have the class type -Image.
I used the below code and i get error :
Code:
Browser("micclasss:=Browser").Page("micclass:=Page").Image("micclass:=Image", "Index:=2").Click
It does not click any + signs.
Thanks.