Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About GetToProperty
#6
Solved: 11 Years, 8 Months, 1 Week ago
Hi ,

The below code is working for me.......I am not getting any errors as u said.......

Infact the length of roval(len(roval)) is not equal to the length of toval(len(toval)) .....(it seems roval is taking extra blank space , hence i have used "trim" while retrieving roval....So its fine now .....as below code )


Code :

Code:
'systemutil.run "www.yahoomail.com"

Dim links
Set links=description.Create
links("micclass").value="Link"

Set li=browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").ChildObjects(links)
print li.count

For i=0 to li.count-1
roval=trim(li(i).getroproperty("outertext"))
print roval
wait(1)
toval=browser("Yahoo! Mail: The best").Page("Yahoo! Mail: The best").Link(roval).gettoproperty("outertext")
print toval
Next
Reply


Messages In This Thread
About GetToProperty - by bfakruddin - 01-27-2009, 12:19 PM
RE: About GetToProperty - by hari_krishna - 01-27-2009, 03:10 PM
RE: About GetToProperty - by bfakruddin - 01-27-2009, 03:32 PM
RE: About GetToProperty - by sreekanth chilam - 01-28-2009, 12:11 AM
RE: About GetToProperty - by bfakruddin - 01-28-2009, 04:26 PM
RE: About GetToProperty - by sreekanth chilam - 01-28-2009, 10:27 PM

Forum Jump:


Users browsing this thread: