[wtr-general] Re: Towards migrating to Watir.com

2009-06-13 Thread Željko Filipin
On Sat, Jun 13, 2009 at 3:41 AM, Bret Pettichord b...@pettichord.com wrote: So in other words, you would rather not see Alister set up a wordpress site and instead we could just point watir.com to the wiki? Yes. I thought I said that already. Looks like I was not explicit enough. :) But, if

[wtr-general] Re: require function is not working

2009-06-13 Thread Chethan
I am using require earlier, I even make sure that when I call the file present working directory is same, as I said earlier I was using this type of frame work earlier it was working absolutely well. I tried many a times, more over I am not getting any error after it run. Thanks, Chethan

[wtr-general] How can I insert data by FasterCSV?

2009-06-13 Thread Wesley Chen
Hi, All, Suppose I have a CSV file, there is data in it. * Column 1 Column2 Column 3 Column 4 Row1a b c Row2a2 b2 c2* You know, the column 4 is no data Now, I

[wtr-general] Re: require function is not working

2009-06-13 Thread Richard Wijdenes
When I see this code require 'testcase_01' require 'testcase_02' I automatically assume it should be: require 'testcase_01.rb' require 'testcase_02.rb' Maybe I'm oversimplifying your problem, but I've made this mistake myself a few times. Grtz. Richard

[wtr-general] FYI: ShowMeDo Videos of Interest

2009-06-13 Thread Al Snow
WatiX ShowMeDo Videos of Interest * For Watir: (1) http://showmedo.com/videotutorials/video?name=758fromSeriesID=758 * For Watir: (2) http://showmedo.com/videotutorials/video?name=7580010fromSeriesID=758 * For Watij: (3)

[wtr-general] Re: How to click on text on a cell which locate inside undefined tables

2009-06-13 Thread Chuck van der Linden
why are you firing the 'ondblclick' method? Normally if text in a cell is able to be clicked, it is because of one of two things are happening 1) the text is a link. in which case just use the .click method on the link element and it normally works 2) a container in the cell such as a div,

[wtr-general] how to install watirloo

2009-06-13 Thread 王博天
HI: I want to install watirloo, when i using gem install to install it ,there is a error ,like below C:\watirloogem install watirloo ERROR: could not find gem watirloo locally or in a repository please help me how to install watirloo,is there any other method to do so.