07-25-2008, 01:08 AM
Multiple browser instances can be tested using the creationtime property of the browser. What you need to do here is......go the descriptive programming way or add another property to the new browser in the object repository......
the code should look something like this.....
this I hope should solve your problem......
the code should look something like this.....
Code:
Browser("name:=new","creationtime=1").Page("name:=xyz2").Image("name:=abc").Click
Browser("name:=new","creationtime=1").Page("name:=xyz2").Image("name:=abc2").Click
Browser("name:=new","creationtime=1").Page("name:=xyz2").close