[wtr-general] Firefox 3.5 and Auto it and FireWatir

2009-10-30 Thread Pallavi Sharma
Hi I have a scenario as follows: 1. I am using Firewatir to work on Firefox 3.5, coz somehow my test runs get stuck on FF 3.0 i dont know why 2. I need to use auto it directly as some popups come which's title i dont know before han so i need to use REGEXPTITLE functionality 3. Now the problem

[wtr-general] Re: uninitialized constant Watir::PageContainer::Win32

2009-10-30 Thread Jason Trebilcock
See Bret's comment here (Nov 13, 2008, 12:17 am): http://groups.google.com/group/watir-general/browse_thread/thread/f3d3d8f602 3890cb/016c62b5a5ff6fb6 Tested it locally and it worked for me. > -Original Message- > From: watir-general@googlegroups.com [mailto:watir- > gene...@googlegrou

[wtr-general] uninitialized constant Watir::PageContainer::Win32

2009-10-30 Thread Shlomit Gazit
I am trying to use enabled_popup.rb. I added require 'watir/contrib/ enabled_popup', but when I am starting the server I am getting: C:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/ enabled_popup.rb:5: uninitialized constant Watir::PageContainer::Win32 (NameError) from C:/ru

[wtr-general] Re: Ci_reporter on watircraft

2009-10-30 Thread Bret Pettichord
I think the problem is that watircraft has not been updated to work with the latest version of cucumber. Bret Pals wrote: > Hi Graeme, > Can you tell me how did you do it for cucumber so that i can get some > idea of incorporating the same in watircraft. > > Regards, > Pallavi > > On Sep 10, 2:

[wtr-general] Re: Answering incomplete requests

2009-10-30 Thread Bret Pettichord
Good suggestion. I just set up a login for that site and will start spending more time there. Bret Željko Filipin wrote: > I have been thinking about this for a long time, and it just came to > me that it is related to this thread. I think the time has come to > take Watir support to the next

[wtr-general] Re: New to Watir Scripting

2009-10-30 Thread Anna Gabutero
On Fri, Oct 30, 2009 at 02:18:58AM -0700, Anuradha wrote: > > How to pass data from Open office org sheet to a application..Need > clear information about the data driven Please read: * http://wiki.openqa.org/display/WTR/Support * http://tinyurl.com/6x7j35 --~--~-~--~~

[wtr-general] Re: Answering incomplete requests

2009-10-30 Thread Željko Filipin
Hi Mark, My comments are inline. 2009/10/30 Mark Anderson > I also monitor the watir tag at stackoverflow.com. There have been very few queries there, and if they are of slightly higher quality than the average question here, I think that it is because of the barriers to entry there (OpenID, we

[wtr-general] Re: Answering incomplete requests

2009-10-30 Thread Mark Anderson
on of virus signature database 4557 (20091030) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 4558 (20091030) __ The message was checked by ESET NOD3

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread Rohan Ojha
Hi All, I have been using this to interact with SQL Server for some time now. ( Somehow I find DBI too confusing at times :-) ) See if it can be of help to anyone of you. It uses win32ole and ADODB to work with SQL Server. Looking forward to some comments about the utility. Than

[wtr-general] Re: New to Watir Scripting

2009-10-30 Thread Kannan Ayroor
Hi, I am new user to WATIR. I came to know that from some forums it is possible for the user to use some IDE's for the scripting of WATIR. I found APTANA pretty useful while scripting ruby and I cam to know that it can be used for watir scripting But I would like to know how to get good code sup

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread Wesley Chen
If the sql server port is not the default one 1433, how can we set it? In the connect string, can we set any other attribute? On 10/30/09, Wesley Chen wrote: > Yes, it works, but I have to change Uid as User ID, Pw as password. > > Thanks. > Wesley Chen. > For life, the easier, the better. > >

[wtr-general] Re: Safriwatir issue with clicking links

2009-10-30 Thread Željko Filipin
On Fri, Oct 30, 2009 at 11:27 AM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > You can report the bug: No need for that, it is already reported: http://jira.openqa.org/browse/WTR-370 You can vote for it. In general, tickets with more votes get fixed first. Željko --~--~-~--

[wtr-general] Re: Safriwatir issue with clicking links

2009-10-30 Thread Željko Filipin
On Thu, Oct 29, 2009 at 5:47 PM, QAguy wrote: > This highlights the link in the browser window yellow but doesn't > actual cause the click action to occur, I'm using safariwatir. Really, I reproduced it too: >> b.link(:id, "signout_link").click => nil This is probably a bug. List of open bugs i

[wtr-general] Re: Ci_reporter on watircraft

2009-10-30 Thread Pals
Hi Graeme, Can you tell me how did you do it for cucumber so that i can get some idea of incorporating the same in watircraft. Regards, Pallavi On Sep 10, 2:53 pm, pallavi shashidhar wrote: > Hi, > I did update to ci_reporter 1.6.0 and at the command prompt, i give the foll > command: > "rake c

[wtr-general] Re: good link on watir.

2009-10-30 Thread Željko Filipin
On Fri, Oct 30, 2009 at 6:44 AM, Pallavi Sharma wrote: > Anyone seen this link: http://justaddwatir.com/watir/ > quite useful and interesting. Pallavi, Thanks for the link, it is already listed at http://watir.com/blogs/ with a few blogs that also post a lot about Watir. Željko -- watir.com - c

[wtr-general] Re: New to Watir Scripting

2009-10-30 Thread SMF SMF
can you explain in detail with example. Thanks, smf On Fri, Oct 30, 2009 at 2:48 PM, Anuradha wrote: > > How to pass data from Open office org sheet to a application..Need > clear information about the data driven > > > > > --~--~-~--~~~---~--~~ You received thi

[wtr-general] New to Watir Scripting

2009-10-30 Thread Anuradha
How to pass data from Open office org sheet to a application..Need clear information about the data driven --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread Wesley Chen
Yes, it works, but I have to change Uid as User ID, Pw as password. Thanks. Wesley Chen. For life, the easier, the better. On Fri, Oct 30, 2009 at 4:53 PM, SMF SMF wrote: > Hi Pritam, > > No problem. Could you please do one favor, can you post the > steps/configuration you followed to connect

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread SMF SMF
Hi Pritam, No problem. Could you please do one favor, can you post the steps/configuration you followed to connect to database that will helpful to others also. Thanks, smf On Fri, Oct 30, 2009 at 1:58 PM, Pritam wrote: > > > Hi, > > Thank you very much.now am able to connect to the databa

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread Pritam
Hi, Thank you very much.now am able to connect to the database and retrieve the data... Thanks again. On Oct 30, 12:25 pm, SMF SMF wrote: > you have to download the dbi files and configure them on your machine. > > On Fri, Oct 30, 2009 at 12:30 PM, Pritam wrote: > > > Hi, > > > Thank y

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread SMF SMF
you have to download the dbi files and configure them on your machine. On Fri, Oct 30, 2009 at 12:30 PM, Pritam wrote: > > Hi, > > Thank you for your reply. > > I have executed the code that you have given, but i got the following > error. > > C:/Ruby/lib/ruby/site_ruby/1.8/dbi.rb:368:in `loa

[wtr-general] Re: Data driven framework using SQL database

2009-10-30 Thread Pritam
Hi, Thank you for your reply. I have executed the code that you have given, but i got the following error. C:/Ruby/lib/ruby/site_ruby/1.8/dbi.rb:368:in `load_driver': Could not load driver (no such file to load -- C:/Ruby/lib/ruby/site_ruby/1.8/ dbd/ADO) (DBI::InterfaceError) from C:/Ru