Forum Discussion
sarya
16 years agoFrequent Contributor
Hi Jared,
I retreived the value like this using GetPropertyValue :
page1 = Sys.Process("iexplore").Page("http://" + servername + ":" + port + "/" + r2wcontext + "/" "publicationPropertiesGet.do*");
link = aqObject.GetPropertyValue(page1.document.all.Item(62),"innerText");
Tha value of the "link" variable comes like this : 28 Jul 2010 09:52 AM EDT 9:52:56 .
Now I need to assign the above retrieved value to another variable so that I can use click operation on a link having this value :28 Jul 2010 09:52 AM EDT 9:52:56 .Which function can I use to assign a variable the value retrieved with the name "link" from the above code.
Thanks,
Sumedha
I retreived the value like this using GetPropertyValue :
page1 = Sys.Process("iexplore").Page("http://" + servername + ":" + port + "/" + r2wcontext + "/" "publicationPropertiesGet.do*");
link = aqObject.GetPropertyValue(page1.document.all.Item(62),"innerText");
Tha value of the "link" variable comes like this : 28 Jul 2010 09:52 AM EDT 9:52:56 .
Now I need to assign the above retrieved value to another variable so that I can use click operation on a link having this value :28 Jul 2010 09:52 AM EDT 9:52:56 .Which function can I use to assign a variable the value retrieved with the name "link" from the above code.
Thanks,
Sumedha