RE: [Wtr-general] watir/dialog

2005-08-24 Thread Zeljko Filipin
Thanks. I downloaded HEAD. Zeljko -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Tuesday, August 23, 2005 10:30 PM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] watir/dialog It has not yet been released. Unlike

[Wtr-general] WATIR Queries

2005-08-24 Thread Sathish Chandrasekaran
Hi all, We are using WATIR for automating a java application. We have the following queries: 1. I have a select (combo) box in a form. But i want toaccess data from a file and use the data for selecting the option in a combo box. How to write a ruby script forthe above( combo box or

[Wtr-general] RE: file_field.set

2005-08-24 Thread Zeljko Filipin
There was no answer to this, but it is really ruining my output. :) I am aware that this is cosmetic issue, but I would really prefer no output when selecting file (like there is no output for any other watir method). Zeljko -Original Message- 1) After I do:

[Wtr-general] WATIR Queries

2005-08-24 Thread Sathish Chandrasekaran
Hi all, We are using WATIR for automating a java application. We have the following queries: 1. I have a select (combo) box in a form. But i want toaccess data from a file and use the data for selecting the option in a combo box. How to write a ruby

Re: [Wtr-general] WATIR Queries

2005-08-24 Thread Jeff Wood
Sathish, RE: #1 Remember that you have full access to all of Ruby and its core libraries ( as well as a large wealth of 3rd party libraries ) for your WATiR scripts. You can read from files yourself, or connect to a database or any of those options. RE: #2 You'd have to tell us what

Re: [Wtr-general] How can I access an object a Label points to?

2005-08-24 Thread Paul Rogers
yes, that should definitely be there. Can you add it to the tracker so it doesnt get forgotten? Paul - Original Message - From: Boyt, Darrel [EMAIL PROTECTED] Date: Wednesday, August 24, 2005 8:26 am Subject: [Wtr-general] How can I access an object a Label points to? I would like to

[Wtr-general] Question...

2005-08-24 Thread Jeff Wood
I've been looking through the function lists ... There are a number of things like showAllObjects and show_all_objects textField and text_field and on and on ... Was there a decision to change apis at some point ... that's what I seem to be seeing... and if so, which is the current preferred

Re: [Wtr-general] Question...

2005-08-24 Thread Paul Rogers
I originally wrote the methods using camelCase. the prefferred ruby way is train_case. The camelCase ones will get deprecated, so use train_case Paul - Original Message - From: Jeff Wood [EMAIL PROTECTED] Date: Wednesday, August 24, 2005 9:31 am Subject: [Wtr-general] Question... I've

Re: [Wtr-general] Question...

2005-08-24 Thread Jeff Wood
darn, but, ok. thanks. j. On 8/24/05, Paul Rogers [EMAIL PROTECTED] wrote: I originally wrote the methods using camelCase. the prefferred ruby way is train_case. The camelCase ones will get deprecated, so use train_case Paul - Original Message - From: Jeff Wood [EMAIL

[Wtr-general] Re: How to click a javascript alert button

2005-08-24 Thread Lisa Crispin
I did look at dialog.rb, but my ruby/watir/general programming language knowledge is not sufficient to understand how to write the script to click a javascript alert button. Can anyone provide a more detailed explanation? Is there any doc on 'autoit' that might help me? thanks Lisa Message: 3

[Wtr-general] Problem with running tests in a suite

2005-08-24 Thread Lisa Crispin
If we have really small scripts/test cases, they run fine in a suite. But as we add code to them, we start having a problem where the first IE browser window does not shut down, and the second script errors out because there was a window already open. As the scripts get larger, this happens more

Re: [Wtr-general] Problem with running tests in a suite

2005-08-24 Thread Jeff Wood
add a setup function to your test case to create a new instance for each test then, add a teardown function and force the browser to go away. ( ie.quit ) that should take care of things... On 8/24/05, Lisa Crispin [EMAIL PROTECTED] wrote: If we have really small scripts/test cases, they run

Re: [Wtr-general] recording of scripts for watir

2005-08-24 Thread saud aziz
Thats awesome work from Scott. Off i go to extend it ;) On 8/23/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ahh ok. Thanks! -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim FelthamSent: Wednesday, August 24, 2005 9:12 AMTo:

[Wtr-general] [ wtr-Support Requests-2303 ] get the inner text from a pre tag

2005-08-24 Thread noreply
Support Requests item #2303, was opened at 2005-08-24 19:50 You can respond by visiting: http://rubyforge.org/tracker/?func=detailatid=488aid=2303group_id=104 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: get

Re: [Wtr-general] Problem with running tests in a suite

2005-08-24 Thread Owen Rogers
On 24/08/05, Jeff Wood [EMAIL PROTECTED] wrote: add a setup function to your test case to create a new instance for each test then, add a teardown function and force the browser to go away. ( ie.quit ) that should take care of things... actually, this doesn't quite work. ie.quit/close is

Re: [Wtr-general] watir/dialog

2005-08-24 Thread Jeff Wood
Bret Pettichord wrote: It has not yet been released. Unlike previous releases, 1.4.1 did not include everything in HEAD. Bret At 09:46 AM 8/23/2005, Zeljko Filipin wrote: Is watir/dialog removed from new version? I just installed watir gem, and both remote_eval and

Re: [Wtr-general] Question...

2005-08-24 Thread Bret Pettichord
At 11:21 AM 8/24/2005, Jeff Wood wrote: darn, but, ok. with time you will thank me. _ Bret Pettichord www.pettichord.com ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Wet or Watir

2005-08-24 Thread Bret Pettichord
Have you looked at both WET and Watir and then chosen to use Watir? Why? Why shouldn't we just be encouraging everyone to use WET? This is a serious question. Is there anything that you can do with Watir that WET can't do? Bret _ Bret Pettichord www.pettichord.com

Re: [Wtr-general] [ wtr-Support Requests-2303 ] get the inner text from a pre tag

2005-08-24 Thread Bret Pettichord
Anyone want to help this guy out? All you have to do is look at the code for P and Span and do the same thing to create a Pre. It is a couple lines of Ruby. Any takers? Bret At 06:50 PM 8/24/2005, [EMAIL PROTECTED] wrote: Support Requests item #2303, was opened at 2005-08-24 19:50 You can

[Wtr-general] WATIR Tools queries

2005-08-24 Thread Sathish Chandrasekaran
Hi iam usingyour tool for automating a java application. I'd like to know whether the following things are possible, and if yes then how? 1 I have a form with 3 text field and a select box( i.e. i choose an option from a combo box ,click the "" , and the chosen option moves to the