It's actually pretty simple if you're just using a CSV file. I don't
have my code in front of me at the moment, but I use a CSV file to
store information for a login test.
Basically, since all CSV is is "comma separated", you just open the
file like normal in ruby, read each line, and use .split
Hi allI am very new to Watiranybody here knows how to
import value from .CSV files and Export Results into an .CSV file in
Watir.
Please reply and provide links if similar subject is already posted.
--~--~-~--~~~---~--~~
You received this message b
Hi Angrez,
I tried with firefox 3.5.1 with the above provided jssh its working
fine and thanks a lot for that. will let u know if i encounter any
problem.
Thanks,
Venkat
http://prog2impress.com/
On Jul 16, 2:44 pm, Angrez Singh wrote:
> for those whom XPI is not working on Firefox 3.5 can you
Hi james,
use the following code for clicking the image
browser.button( :id, /imgNavImage$/ ).click
Regards
Siva
On Jul 25, 12:33 am, James wrote:
> Never Mind! I should have tried "button".
>
> On Jul 24, 3:25 pm, James wrote:
>
>
>
> > Here's the source:
>
> >
>
> >