We want to help you and others, really, but please we need you to do a
few things to facilitate that.

 0) READ THE POSTING GUIDELINES BEFORE POSTING
1) don't fork threads: don't ask new questions that are unrelated to
the current subject
2) Search before you ask.. the answer might already be there.  this
gets you your answer faster, and reduces the load on the VOLUNTEERS
who answer questions here.
3) Use meaningful subject titles.. "I needs help"  helps nobody, not
even you.
4) Don't repost the same question a day, or hours, later just because
you didn't get a response, it just clutters the group and creates
redundancy.
5) Provide examples of code you have tried, and errors (if any) you
have gotten.
6) Don't ask for answers in private mail
7) Don't expect us to do your work for you:  we'll point you in the
right direction, we'll show you where you might have a mistake in your
code, but we've pretty much all got day jobs, and don't have time or
inclination to provide you a complete packeged solution to your issue
sent to you via email.

If it's possible to find a public site that mimics what you are trying
to do, try writing code against that site, and provide that as an
example.. you'll notice for example that the tutorial uses google


On Mar 11, 2:17 am, nagmani vm <nagman...@gmail.com> wrote:
> Hi
>  Can you pls let me know how to upload a file in RUby watir. and how to
> handlw windows print window and java pop ups
>
>
>
>
>
> On Tue, Mar 10, 2009 at 5:17 PM, rrash586 <rrash...@gmail.com> wrote:
>
> > Hello all actually in the below program i m trying to Retrieve  data
> > from one excel sheet and place that data on text field of google page
> > and after click on search button  will navigate to search result page
> > Now i want to take this "url"(ie.url) of webpage and  write it on
> > other EXCEL sheet .But I m unable to add it using Xls method
> > "write2DArray()"
>
> > How to add single element in excel sheet using "Xls"(Excel Interface
> > Class) class
>
> > can anyone suggest me how to do it  using "Xls"
> > Thanks in advance
>
> > require 'Xls'
> > require 'watir'
>
> > xlFile = XLS.new("D:\\test_XLS_data.xls") #grab the data file in the
> > same dirrectory
> > myData = xlFile.getRowRecords('Google Search Data','Example')  #pull
> > data records  from excel
> > xlFile.close
>
> > $j=0
> > $array =Array.new
> > myData.each do |record|
> >  ie = Watir::IE.start('google.com')
> >  ie.text_field(:name,'q').set(record['SearchString'])
> >  ie.button(:name,'btnG').click
> >  result =ie.url
> > $array[$j] =result
> > $j=$j+1
> > ie.close
> > end
>
> > xlFile = XLS.new("D:\\result_xls.xls")
>
> --
> Thanks & Regards,
>  Nagmani V.M.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to