[wtr-general] Handling Authentication Windows on FireFox

2009-08-31 Thread dvkbabu
Hi All I am new to watir and I am trying to automate my website using ruby 1.8.6 and watir 1.6. I need help in handling Authentication windows on firefox browser. Scenario 1: -- My website home page consists of number of partner links (say partner1, partner2 etc... ) when I click on

[wtr-general] Need information on Firewatir

2009-09-10 Thread dvkbabu
Hi All, I have few clarifications on Firewatir features. Please give detailed information/solution for the following 1. How to close all opened FF browsers in Firewatir. 2. I want to close a Firefox browser by its title when there are multiple browsers exists. How to do this.? 3. I want to poi

[wtr-general] Need info on Threading concept in Watir

2009-09-10 Thread dvkbabu
Hi, I would like know more information about Threading feature in Watir. Please provide detailed information on this like what is threading, How its useful, when will we go for threading and Firewatir threading concepts. Thanks, Vijay --~--~-~--~~~---~--~~ You r

[wtr-general] Require statements in Watir

2009-09-10 Thread dvkbabu
Hi, Any any one please provide more information on the following require statements. When should we use the following and what type of include files/libraries we need to include at the beginning of Watir script when etc... require 'test/unit' require 'watir' require 'win32ole' require 'rubygems'

[wtr-general] Info on Test::Unit::TestCase

2009-09-10 Thread dvkbabu
Hi All, Could any one please explain about Test::Unit::TestCase. When should we generally use inheritance on super class Test::Unit::TestCase. Thanks, Vijay --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir Ge

[wtr-general] Unable to identify new IE browser windows

2009-09-11 Thread dvkbabu
I am not able to attach to a new IE window. When I click on a link in browser it opens new browser. I have to access elements in new browser window. Can any one give suggession to access elements in new browser window. sample code I have written Watir::Browser.default='ie' browser=Watir::Browse

[wtr-general] Re: Unable to identify new IE browser windows

2009-09-14 Thread dvkbabu
Hi, I have given the real page url in the code even then I got the exception. Just for understanding I gave sample url and sample partner site names in this question. Thanks, Vijay On Sep 11, 6:28 pm, Željko Filipin wrote: > On Fri, Sep 11, 2009 at 3:17 PM, dvkbabu wrote: >