Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
05-25-2010, 12:47 PM
I just gave an example, you will need to look for the properties which will uniquely identify your object.
Posts: 63
Threads: 4
Joined: May 2010
Reputation:
0
05-25-2010, 02:00 PM
Hi Sanket,
Thanks for reply........
Could you please tell me how to uniquely identify an object because i am new in this.
Regards,
Anu
Posts: 63
Threads: 4
Joined: May 2010
Reputation:
0
05-28-2010, 10:26 AM
Hi Saket,
Please assist me so that i can proceed further.
Thanks in advance....................
Regards,
Anu
Posts: 4
Threads: 0
Joined: Apr 2010
Reputation:
0
05-28-2010, 11:42 AM
HI anu ,
By Using Object Spy u can get the object properties & values of it.
U can use any values of it ,for example like same as above Browser().Page().Link("text:=Next","html tag:=A","hwnd:=xxx",xxx).
U can additional properties of it by using. then surely it wil identity.try it once by adding additional properties
Posts: 63
Threads: 4
Joined: May 2010
Reputation:
0
05-28-2010, 12:14 PM
Hi Saket,
As Next is present on every page but it has different url or href corresponding to that page.
Regards,
Anu
Posts: 63
Threads: 4
Joined: May 2010
Reputation:
0
05-28-2010, 02:42 PM
Hi Saket,
this is the url "http://210.212.176.226/ins_byname.php?page=2" for Next and which increments as we click the Next.
Here page increments such as page=3,page=4.The rest of the url remains same.
Could you please tell what will be the regular expression for the same.
Regards,
Anu