08-30-2012, 01:51 PM
Hi
Use below:
For Link related error try to add some other property which will identify the object uniquely.
Regards,
Sankalp
Use below:
Code:
Browser("sd").Page("sd").WebEdit("city").SetFocus
instead of
Browser("sd").Page("sd").WebEdit("city").FireEvent "onclick"
For Link related error try to add some other property which will identify the object uniquely.
Regards,
Sankalp