05-25-2010, 12:43 PM
Hi Vijay,
You can check the regular expression for the webelement and enter 'Report .*' in the innertext field.
You cannot access a WebEdit item in a Webtable using GETCELLDATA. Instead you can use the below method
Thanks
You can check the regular expression for the webelement and enter 'Report .*' in the innertext field.
You cannot access a WebEdit item in a Webtable using GETCELLDATA. Instead you can use the below method
Code:
Browser("Browser").Page("Page").WebTable("Webtable").ChildItem(8, 2, "WebEdit", 0)
Thanks