Re: [wtr-general] Can Watir copy the info in Div?

2009-12-16 Thread Wesley Chen
No different between text and innerText, they are the same, as if just alias. Thanks. Wesley Chen. For life, the easier, the better. On Wed, Dec 16, 2009 at 5:31 PM, Yuping Zhong wrote: > How to print it out?I want to print it in the Terminal. > > For* Wesley Chen:* > > Is it different to deal

Re: [wtr-general] Can Watir copy the info in Div?

2009-12-16 Thread Željko Filipin
On Wed, Dec 16, 2009 at 7:48 AM, LiShu wrote: > $ie.div(:id,"AA").Text I am not sure if the above code works, but this should (not tested): browser.div(:id,"AA").text Željko -- watir.com - community manager watirpodcast.com - host -- You received this message because you are subscribed to the

RE: [wtr-general] Can Watir copy the info in Div?

2009-12-16 Thread Kiran Darekar
Puts $ie.div(:id,"AA").Text Regards, KiranD From: watir-general@googlegroups.com [mailto:watir-gene...@googlegroups.com] On Behalf Of Yuping Zhong Sent: Wednesday, December 16, 2009 3:02 PM To: watir-general@googlegroups.com Subject: Re: [wtr-general] Can Watir copy the i

Re: [wtr-general] Can Watir copy the info in Div?

2009-12-16 Thread Yuping Zhong
How to print it out?I want to print it in the Terminal. For* Wesley Chen:* Is it different to deal with *text and **innerTex?* * * *If true,how?* * * On Wed, Dec 16, 2009 at 5:06 PM, Wesley Chen wrote: > :), I think it is *text *or *innerText*, is *Text *OK? > > Thanks. > Wesley Chen. > For l

Re: [wtr-general] Can Watir copy the info in Div?

2009-12-16 Thread Wesley Chen
:), I think it is *text *or *innerText*, is *Text *OK? Thanks. Wesley Chen. For life, the easier, the better. On Wed, Dec 16, 2009 at 2:48 PM, LiShu wrote: > > $ie.div(:id,"AA").Text > > On Wed, Dec 16, 2009 at 2:17 PM, Yuping Zhong wrote: > >> Hi, >> >> I want to fetch the info in the Div and

Re: [wtr-general] Can Watir copy the info in Div?

2009-12-16 Thread LiShu
$ie.div(:id,"AA").Text On Wed, Dec 16, 2009 at 2:17 PM, Yuping Zhong wrote: > Hi, > > I want to fetch the info in the Div and then print it out,is possible to to > do that? > > If so,can someone tell me how to do? > > Such as, > > Watir is a good tool. > > How to copy "Watir is a good tool" and

[wtr-general] Can Watir copy the info in Div?

2009-12-15 Thread Yuping Zhong
Hi, I want to fetch the info in the Div and then print it out,is possible to to do that? If so,can someone tell me how to do? Such as, Watir is a good tool. How to copy "Watir is a good tool" and then puts out? Thanks! -Zhong -- You received this message because you are subscribed to the