8 messages in com.canoo.lists.webtest[Webtest] Trying to access property f...
FromSent OnAttachments
Harihara Vinayakaram14 May 2008 03:48 
Marc Guillemot16 May 2008 01:55 
Harihara Vinayakaram16 May 2008 05:18 
Marc Guillemot21 May 2008 01:34 
Christoph Witych21 May 2008 08:53 
Marc Guillemot23 May 2008 01:33 
Christoph Witych23 May 2008 06:44 
Marc Guillemot02 Jun 2008 05:15 
Subject:[Webtest] Trying to access property from grooovy
From:Harihara Vinayakaram (hvr@gmail.com)
Date:05/14/2008 03:48:49 AM
List:com.canoo.lists.webtest

Hi I am trying to do the following and println always get null . But the result of storeXPath is showing the value correctly (in the result file ). The propertyType is the default which I guess is ant

Can somebody point me to the syntax of accessing the property

storeXPath(xpath: 'count(//span[@id=\'mybreadcrumb\']/div/div/div[1]/a)',property:'xab') def x = "${ant.project.properties.'xab'}" println('xab is ' +x)

Regards Hari