But If i record the following:
And i change it to:
I get following error:
The "Google" object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.
Even if i add a new property named creationtime with value = 1
I didn't have to work with the OR until now... (mostly just recording)
How do I have to proceed in this example?
Code:
Browser("Google").Page("Google").Image("Google").Click
And i change it to:
Code:
Browser("Creationtime:=1").Page("Google").Image("Google").Click
I get following error:
The "Google" object was not found in the Object Repository.
Check the Object Repository to confirm that the object exists or to find the correct name for the object.
Even if i add a new property named creationtime with value = 1
I didn't have to work with the OR until now... (mostly just recording)
How do I have to proceed in this example?