Re: [wtr-general] already initialized constant

2012-06-21 Thread Oscar Rieken
Here is a really simple post i wrote up to get some of my team members up to speed with the basic idea of how to use cucumber and watir-webdriver. This may help you some http://thechort.com/blog/2012/03/01/automated-testing-from-the-beginning/ http://thechort.com/blog/2012/03/03/automated-testing-

Re: [wtr-general] already initialized constant

2012-06-21 Thread Željko Filipin
On Thu, Jun 21, 2012 at 3:12 PM, John Cena wrote: > I tried to execute a simple Ruby code!!! It works fine. So the problem is in cucumber setup then. Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http:

Re: [wtr-general] already initialized constant

2012-06-21 Thread John Cena
I tried to execute a simple Ruby code!!! It works fine. On Thursday, June 21, 2012 3:54:35 AM UTC-4, Željko Filipin wrote: > > On Wed, Jun 20, 2012 at 5:11 PM, Pavak Shah > wrote: > > When I remove require 'win32ole' > >include Watir, > > It gives "Using the default Pro

Re: [wtr-general] already initialized constant

2012-06-21 Thread Željko Filipin
On Wed, Jun 20, 2012 at 5:11 PM, Pavak Shah wrote: > When I remove require 'win32ole' >include Watir, > It gives "Using the default Profile..." line as a infinite loop. Create a script that will just execute Watir code, without Cucumber. Do you know how to do that? Željk

Re: [wtr-general] Re: launcher.rb firefox

2012-06-21 Thread Željko Filipin
On Wed, Jun 20, 2012 at 9:07 PM, Chuck van der Linden wrote: > This is more of a webdriver issue than a watir issue, you might be better off asking it in the selenium users group Or even selenium developers group. Željko -- Before posting, please read http://watir.com/support. In short: search

[wtr-general] Re: Automating

2012-06-21 Thread Al
Check out: http://roo.rubyforge.org/ On Jun 20, 5:20 pm, Super Kevy wrote: > Well give you the simple example based on xls.rb > > You can download an excel interface file called  xls.rb  from f*rom  xls* > .rubyforge.org/svn/trunk/xls.rb. > The project looks inactive, maybe a member of the group

Re: [wtr-general] Get value from the webpage

2012-06-21 Thread Gajendra Jain
Thanks. Could you please let me know how to create an HASH from the tag. or Is it possible to know how many tags available under tag? On Thu, Jun 21, 2012 at 12:06 AM, Chuck van der Linden wrote: > This one is tricky because the Delimited List behaves in HTML a little > like the DT is wrapp