RE: [Wtr-general] Next release ( 1.4)

2005-07-10 Thread Paul Rogers
This looks to be the same bug that was reported a week or 2 back. Its been fixed and is checked Thanks! Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zeljko Filipin Sent: 07 July 2005 04:25 To: wtr-general@rubyforge.org Subject: RE: [Wtr-general

RE: [Wtr-general] Next release ( 1.4)

2005-07-06 Thread Zeljko Filipin
I am not shure if I undrestood, but I use something like this, if this is what you meant: class Web def enter_text( text_field ) puts - entering text: #{ text_field.display } = #{ text_field.value } @ie.textField( text_field.how, text_field.what ).set(

Re: [Wtr-general] Next release ( 1.4)

2005-07-06 Thread Bret Pettichord
At 10:09 PM 7/5/2005, Paul Rogers wrote: can now specify a default attribute, eg ie.default_attribute = :id ie.text_field( 'abc1').set('Testing') there is also a default for particular element types, ie.set_default_attribute_for_element( :button , :id)

Re: [Wtr-general] Next release ( 1.4)

2005-07-06 Thread Bret Pettichord
At 10:09 PM 7/5/2005, Paul Rogers wrote: Now, one of the refactorings that has taken pace has the potential to break some code. I doubt it will happen to many people. If you are using code like the following in your scripts, please can you let me know, so we can try to accommodate you. Class

Re: [Wtr-general] Next release ( 1.4)

2005-07-06 Thread Bret Pettichord
At 11:18 AM 7/6/2005, Chris Morris wrote: Is there anyway to help make this clearer to using watir? I believe Eclipse actually goes to packaging pains to put certain classes that are internal in packages called, internal, so it's hard for a user not to know they're working against interfaces

Re: [Wtr-general] Next release ( 1.4)

2005-07-06 Thread Guru Subramanyam
Hi, It will be very beneficial if Watir can support the Javascript menus similar to the one in http://www.cbc.ca, where links are declared in a Javascript file that is not loaded in the DOM Regards Guru --- Paul Rogers [EMAIL PROTECTED] wrote: Some one today asked about the next release,