I dont have the syntax to take bday and name to take into a variable
and then store to excel sheet or csv
any sample code or script wud be really handy

On May 5, 3:18 pm, Vicky Goyal <vikasrattango...@gmail.com> wrote:
> Hey Zeljko
> class Sparsh_Bday< Test::Unit::TestCase
>
>    def start
>    #open the IE browser
>     $ie = IE.new
>   end
>
>  def test_a_simplesearch
>
>   #call start method...
>   start #fires up the IE browser and a logger object
>
>   #variables
>    test_site = 'http://sparsh/V1/'
>   #
>
>   $ie.goto(test_site)
>   $ie.link(:url, 'http://172.25.103.20/BCards/').click
>
> Now here, when i have reached the main page for bdays.
> how shall i take the data from this view source to csv or excel.
>
> Can you send some sample scripts with proper syntax.
>
> regds
>
> On May 5, 3:02 pm, Željko Filipin <zeljko.fili...@wa-research.ch>
> wrote:
>
>
>
> > On Tue, May 5, 2009 at 11:58, Vicky Goyal <vikasrattango...@gmail.com>
> > wrote:
>
> > > the same list comes in a table format.
>
> > Are you able to get names and birthdays into variable?
>
> > I would suggest that you save them in csv file. That will be significatly
> > less work than driving Excel, and Excel can open csv file just fine.
>
> > Let me know if you need more help.
>
> > Željko- 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