07-28-2008, 09:57 PM
Hm, if i use i get following error:
Cannot identify the object "[ Image ]" (of class Image). Verify that this object's properties match an object currently displayed in your application.
Line (8):
But if i use another property instead of name:
and it seems to work? At least I got no error message...
I will try to test a little further.
Code:
Browser("CreationTime:=0").Page("micClass:=Page").Image("name:=Google").Click
Cannot identify the object "[ Image ]" (of class Image). Verify that this object's properties match an object currently displayed in your application.
Line (8):
Code:
"Browser("CreationTime:=0").Page("micClass:=Page").Image("name:=Google").Click".
But if i use another property instead of name:
Code:
Browser("CreationTime:=0").Page("micClass:=Page").Image("alt:=Google").Click
I will try to test a little further.