[wtr-general] Re: Is the FireWatir-Watir integration working for you?

2008-12-19 Thread Wilson Xu
Bret, I have put my bug into Jira bug tracking, the key is :WTR-275, I have uploaded the html source file and my scripts. Wilson Xu On Dec 20, 2:03 am, John Fitisoff wrote: > <> > > It's working pretty well. I took one of our test suites that tests system > privileges and have a few hundred t

[wtr-general] kah boom and thanks

2008-12-19 Thread niartseoj
wow, just installed 1.6.2 and our scripts run incredibly fast with this new release. thanks thanks and more thanks for everyone's effort on this build... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General"

[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-19 Thread matthew
I'm not on Vista, I'm over on XP Pro, and seeing this issue as well. Driving me nuts, just glad to see someone else has the issue, because this has been driving me up the wall. On Dec 9, 7:55 am, Bret Pettichord wrote: > Is this true for the others seeing this problem as well? > > I've tested th

[wtr-general] Re: Need to check for existence of value in select_list based on regular expression

2008-12-19 Thread niartseoj
1.6 has the includes? regex so I upgraded and it works great On Dec 19, 4:00 pm, niartseoj wrote: > I'm faced with similar situation, would you mind posting your solution > if you can please. > > On Nov 28, 12:05 pm, Natasha wrote: > > > Hi All, > > > I want to check for existence of value in s

[wtr-general] Re: Need to access File Open Window

2008-12-19 Thread John Fitisoff
There's a file_field method. That might be what you need. --- On Fri, 12/19/08, Natasha wrote: > From: Natasha > Subject: [wtr-general] Need to access File Open Window > To: "Watir General" > Date: Friday, December 19, 2008, 2:36 AM > Hi All, > > In my test application, there is a way in w

[wtr-general] Re: Problem installing safariwatir on OS X version 10.5.5

2008-12-19 Thread Margam
Hello, I am very new for Mac machines, and this is a loan machine. So I do not have any install Cds. I went to http://developer.apple.com/technology/ I have no clue what I need to download. Can you please guide me with instructions, so that I can install safariwatir? Thank you very much. Margam

[wtr-general] Re: Problem installing safariwatir on OS X version 10.5.5

2008-12-19 Thread Alex Collins
Have you installed the developer tools? These are available on the OS X install CD or you can download them from ADC. Alex On 19 Dec 2008, at 19:38, Margam wrote: > > Hello all, > I am trying to install safarwatir on a Mac machine with OS X ver > 10.5.5. But have been unsuccessful for the pa

[wtr-general] Re: Need to check for existence of value in select_list based on regular expression

2008-12-19 Thread niartseoj
I'm faced with similar situation, would you mind posting your solution if you can please. On Nov 28, 12:05 pm, Natasha wrote: > Hi All, > > I want to check for existence of value in select_list based on regular > expression. I tried the following, but it didn't work out. Probably > its not an ac

[wtr-general] Sample Ruby Application

2008-12-19 Thread aamittt
I am in search of a sample Ruby Based Web Application which can be used for testing using Watir tool. Can anyone helpme on this. Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" grou

[wtr-general] Problem installing safariwatir on OS X version 10.5.5

2008-12-19 Thread Margam
Hello all, I am trying to install safarwatir on a Mac machine with OS X ver 10.5.5. But have been unsuccessful for the past hour. When i type the command : sudo gem install safariwatir I keep getting this error: --Building native extensions. This could take a while... ERROR: Error in

[wtr-general] Re: Is the FireWatir-Watir integration working for you?

2008-12-19 Thread John Fitisoff
<> It's working pretty well. I took one of our test suites that tests system privileges and have a few hundred tests consistently passing on both IE and Firefox. It's still not in 'production' yet (we're currently using 1.4.1 to run our tests) but think we could probably make the jump in the n

[wtr-general] Re: javascript for javascript boxes

2008-12-19 Thread aidy lewis
Hi Bret, On 19/12/2008, Bret Pettichord wrote: > > This approach would work. It's what Selenium does. > > Bret > > aidy lewis wrote: > > Hi, > > > > Why isn't Watir using Javascript to deal with confirm or alert boxes? > > > > Would it not be easier to pass something like this to the add

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-19 Thread maven999
Hi Sai, Great effort! Can you tell me if I can test different types of Flash apps with your extension? For example, Flex graphs? Thanks! On Dec 19, 8:24 am, Wilson Xu wrote: > Thank you for your response quickly, it makes sense. > > Wilson Xu > > On Dec 19, 7:05 pm, sai wrote: > > > Sorry. I

[wtr-general] Re: Is the FireWatir-Watir integration working for you?

2008-12-19 Thread Bret Pettichord
I did not realize that people were still posting bug reports to the firewatir project. We've been using Jira to track bugs with FireWatir since the summer. http://jira.openqa.org/browse/WTR Wilson, I read your report, but would appreciate more details. Can you give us an example of a page that

[wtr-general] Re: help for creating Key Word Driven Frame work with WATiR

2008-12-19 Thread Bret Pettichord
You should take a look at Rasta. http://rasta.rubyforge.org/ Maloy KD wrote: > Hi all, > > I am working for a software company in India. I was working previously > for a company where I got the spectacular tool “WATiR” I request this > whole community to give a fair amount of suggestions on this.

[wtr-general] Re: javascript for javascript boxes

2008-12-19 Thread Bret Pettichord
This approach would work. It's what Selenium does. Bret aidy lewis wrote: > Hi, > > Why isn't Watir using Javascript to deal with confirm or alert boxes? > > Would it not be easier to pass something like this to the address bar: > > javascript:void(window.confirm=function(){return true;}); ? > >

[wtr-general] Do we have Ruby Gem that works with FLASH components

2008-12-19 Thread sashikanth meduri
Hi My application has got a login module developed in FLASH and embedded in HTML. Do we have any Ruby Gem that we can use to identify the flash components. I know that there is FunFx gem which deals with Flex components which does not work. LMK if you need more info. Thanks Sashi --~--~-

[wtr-general] javascript for javascript boxes

2008-12-19 Thread aidy lewis
Hi, Why isn't Watir using Javascript to deal with confirm or alert boxes? Would it not be easier to pass something like this to the address bar: javascript:void(window.confirm=function(){return true;}); ? Aidy --~--~-~--~~~---~--~~ You received this message bec

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-19 Thread Wilson Xu
Thank you for your response quickly, it makes sense. Wilson Xu On Dec 19, 7:05 pm, sai wrote: > Sorry. I meant you will not be able to test any flash application on > internet :). > My mistake. Please refer the ExternalInterface section of the wiki to > understand the testability of flash appli

[wtr-general] Re: help for creating Key Word Driven Frame work with WATiR

2008-12-19 Thread Wilson Xu
parseexcel is excel parser, use "gem install parseexcel -v 0.5.2" to install it, it can help you resolve your issue. I have used this lib to resolve the keyword driver framework. Wilson Xu On Dec 19, 8:08 pm, Maloy KD wrote: > Hi all, > > I am working for a software company in India. I was work

[wtr-general] help for creating Key Word Driven Frame work with WATiR

2008-12-19 Thread Maloy KD
Hi all, I am working for a software company in India. I was working previously for a company where I got the spectacular tool “WATiR” I request this whole community to give a fair amount of suggestions on this. We are planning to prepare a “keyword driven framework” with WATiR. Is there any pars

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-19 Thread sai
Sorry. I meant you will not be able to test any flash application on internet :). My mistake. Please refer the ExternalInterface section of the wiki to understand the testability of flash application. Regards, Sai On Dec 19, 1:55 pm, sai wrote: > You will be able to test any flash application a

[wtr-general] Need to access File Open Window

2008-12-19 Thread Natasha
Hi All, In my test application, there is a way in which we can click on a link, which opens a File upload window. This is regular OS supported File open window. I need to automate it. I will need to select a file or multiple files and click open button. Is it possible to automate it using WATIR?

[wtr-general] Re: Extension for testing flash applications with Watir

2008-12-19 Thread sai
You will be able to test any flash application available on the internet. Checkout the ExternalInterface section of the doc in the project. You must be able to get info about testability in flash application. Please let me know if you need any info. Regards, Sai On Dec 19, 9:46 am, Wilson Xu wr

[wtr-general] Re: How to parametrize im watir

2008-12-19 Thread Wilson Xu
or you can use this following gem command to install parseexcel remotely: gem install parseexcel -v 0.5.2 Wilson Xu On Dec 19, 4:27 pm, Wilson Xu wrote: > Please download a parseexcel lib from the rubyfroge website, this lib > can help you. > > Wilson Xu > > On Dec 19, 2:43 pm, "brahadeeswara...

[wtr-general] Re: How to parametrize im watir

2008-12-19 Thread Wilson Xu
Please download a parseexcel lib from the rubyfroge website, this lib can help you. Wilson Xu On Dec 19, 2:43 pm, "brahadeeswara...@gmail.com" wrote: > Im new to watir and I want to pass values from a xlz file to the > fileds > > Like the login script should take uid and pwd from an xls file --

[wtr-general] Re: Not able to start with watir

2008-12-19 Thread Wilson Xu
Which version number for ruby, watir? I have installed ruby 1.8.5.22.exe, and type gem update --system and gem install watir, install successfully. I suggest you to reinstall your ruby. Wilson Xu On Dec 19, 2:53 pm, Parul wrote: > Hi all, > I'm not able to install watir core library,as i'm not

[wtr-general] How to parametrize im watir

2008-12-19 Thread brahadeeswara...@gmail.com
Im new to watir and I want to pass values from a xlz file to the fileds Like the login script should take uid and pwd from an xls file --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post t

[wtr-general] Not able to start with watir

2008-12-19 Thread Parul
Hi all, I'm not able to install watir core library,as i'm not able to use "require 'watir' ",it gives error. when i type gem update --system and gem install watir,it gives below error C:\Documents and Settings\parul.upadhyay>gem update --system C:/Ruby/bin/gem:24: uninitialized constant Gem::Gem