If i use
following Run Error occurs:
Wrong amount of arguments or invalid property allocation: 'Browser'
If i try only
then i get this:
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.
What am I doing wrong?
Code:
Browser("name:=Google","creationtime=1").Page("Google").Image("Google").Click
following Run Error occurs:
Wrong amount of arguments or invalid property allocation: 'Browser'
If i try only
Code:
Browser("name:=Google").Page("Google").Image("Google").Click
then i get this:
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.
What am I doing wrong?