12-02-2008, 01:11 AM
Hi,
I have recorded my web application.There is one image "continue to gift messaging" in webtable. After recording my code looks like this:
But while running it can not identify object "Continue to Gift Messaging".
While object spying it recognises Browser & Page perfectly but not that image. Also after spying it shows me hierarchy like browser->page-> webtable->link-> image. I am wondering why its not recording all other objects like webtable, link as its not reflecting in my code. I have added properties to image like alt, Image type, html tag. Even I tried to add objects link, webtable but still no use.
One more strange thing is if I go to previous page of application and come again on same page then after object spying it recognises that image object Plz let me know if I have to do any settings.
Plz help me!!
Thank you,
Praj
I have recorded my web application.There is one image "continue to gift messaging" in webtable. After recording my code looks like this:
Code:
Browser("Checkout").Page("Checkout").Image("Continue to Gift Messaging").Click
But while running it can not identify object "Continue to Gift Messaging".
While object spying it recognises Browser & Page perfectly but not that image. Also after spying it shows me hierarchy like browser->page-> webtable->link-> image. I am wondering why its not recording all other objects like webtable, link as its not reflecting in my code. I have added properties to image like alt, Image type, html tag. Even I tried to add objects link, webtable but still no use.
One more strange thing is if I go to previous page of application and come again on same page then after object spying it recognises that image object Plz let me know if I have to do any settings.
Plz help me!!
Thank you,
Praj