[Wtr-general] Development Build

2006-03-16 Thread Bret Pettichord
For those of you interested in looking at the latest version of Watir currently in development, but not really interested in using Subversion or trying to figure out how to install Watir manually... We now provide development versions of both the gem (which has been tested) and the one-click instal

Re: [Wtr-general] Finding out the order of input elements?

2006-03-16 Thread Pekka Määttä
Thanks for the answers. I guess I'll have to test the (luckily) few troublesome pages manually for now, or even write page-specific (*gasp*) scripts for them. I'll post a workaround if I'll ever find the time to make one. -PM >Date: Wed, 15 Mar 2006 18:43:45 -0600 >From: "Bret Pettichord" <[EM

Re: [Wtr-general] Watir installation broken?

2006-03-16 Thread Bret Pettichord
Very helpful. Thanks.On 3/16/06, Greg McShea <[EMAIL PROTECTED]> wrote: Hi Bret,   I haven't used any winclickers but right before the problem started to occur I did execute an attach command from an irb command window.   Thanks, Greg ___ Wtr-gene

[Wtr-general] Watir-Example

2006-03-16 Thread Tanushree Bhoi
Thanks Paul. I just allowed popups and able to run the scripts perfectly by changing the url. Can you plz suggest me how can i write more powerfull scripts.I am just a beginner in software field.I want to automate one site completly means i want to write powerfull scripts for testing it with watir

Re: [Wtr-general] Fwd: Accessing HTML Source

2006-03-16 Thread Bret Pettichord
Excellent!On 3/16/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote: http://wiki.openqa.org/display/WTR/FAQ#FAQ-RubyandWatirversion ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general

[Wtr-general] Bad Bug Reports

2006-03-16 Thread Bret Pettichord
Frankly i have been surprised at how poor many of the bug reports on this list have been. They routinely omit key information.For a while, i thought that testers knew how to write good bug reports, but i actually see better bug reports on the mailing lists for open-source developer tools. Are devel

Re: [Wtr-general] Older scripts running really slow...

2006-03-16 Thread Bret Pettichord
This information makes all of your earlier reports suspect. You never said anything about running the scripts under a debugger.The correct baseline is to run your scripts from a command line, not from an editor/debugger. If you want to update your original report with information from that baseline

Re: [Wtr-general] Access denied when trying to access a frame

2006-03-16 Thread Bret Pettichord
This question has been asked many times before.A web recorder may automate writing a script, but searching the mailing list and updating the FAQ are still manual processes.Bret On 3/16/06, Chandan R <[EMAIL PROTECTED]> wrote: Hi all,I have just started to use Watir and have fallen in love with its

Re: [Wtr-general] xpath support doesn't work for me

2006-03-16 Thread Brown, Christopher
Hi Angrez,   To the best of my knowledge I have everything installed. I'm going to get my head round the Ruby debugger and see what I can glean.   Cheers   Chris -Original Message-From: Bret Pettichord [mailto:[EMAIL PROTECTED]Sent: Friday, March 10, 2006 5:47 AMTo: wtr-gener

Re: [Wtr-general] Fwd: Accessing HTML Source

2006-03-16 Thread Kalen Howell
Thank you very much!By the way, I downloaded and installed the version of watir that you recommended and everything is working great!Thanks,KalenOn 3/16/06, Zeljko Filipin <[EMAIL PROTECTED]> wrote: http://wiki.openqa.org/display/WTR/FAQ#FAQ-RubyandWatirversion On 3/16/06, Bret Pettichord <[EMAIL

Re: [Wtr-general] Older scripts running really slow...

2006-03-16 Thread Cain, Mark
FYI concerning this slowness issue.  I do some of my script development in Komodo 3.5 (it has a pretty good debugger), but today I was using Eclipse and the difference in execution speed was dramatic!  In eclipse they ran almost as fast as 1.4.1—just about 10 – 15 seconds slower but that co

Re: [Wtr-general] Error when window closes using IE.attach

2006-03-16 Thread Cain, Mark
It may be related but I have been seeing this all day once I put your suggestions into my script.   -e:1: C:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1470:in `method_missing': busy (WIN32OLERuntimeError)     OLE error code:80004005 in       HRESULT error code:0x80020009   Excep

[Wtr-general] Regarding Hidden Select Boxes

2006-03-16 Thread Deepa Mallapareddy
Hi all, Im not able to retrieve the value of a select box which is being disabled.     for example:    assert_false(index1a == $IE3.form( :name, "").select_list( :name, "anSortValues[field1]").getSelectedItems) puts"same value "     and the HTML code of this is    Field1234

Re: [Wtr-general] Watir installation broken?

2006-03-16 Thread Greg McShea
Hi Bret,   I haven't used any winclickers but right before the problem started to occur I did execute an attach command from an irb command window.   Thanks, Greg -Original Message-From: Greg McShea [mailto:[EMAIL PROTECTED]Sent: Monday, March 13, 2006 8:37 PMTo: Greg McShea;

Re: [Wtr-general] FireWatir release alpha v1.0

2006-03-16 Thread Angrez Singh
Hi, Yes, I can see DOM Inspector 1.8.0.1 at extensions."telnet localhost 9997" worked for me two days ago, but then Firewatir did not work because I had watir 1.4.1.DOM  Inspector has nothing to do with  JSSh extension. I don't know why its not working if it has been working before. Try installing

Re: [Wtr-general] Watir-Examples

2006-03-16 Thread Paul Carvalho
I'm not sure but is the new browser window opening when the link is clicked?  Do you have the Popup Blocker enabled in IE?  This also happened to me the first time I ran the mouse_over.rb script.  I had to "allow popups" for this Fort Lewis site in Internet Explorer. If it's not that, I'm not sure

[Wtr-general] Access denied when trying to access a frame

2006-03-16 Thread Chandan R
Hi all,I have just started to use Watir and have fallen in love with its ease of use. I am currently stuck with a problem and not able to find a way out.I am trying to click on a link present in a frame, using the following command ( generate by Watir webrecorder ): $IE1.frame( :name, "Main").link(

Re: [Wtr-general] FireWatir release alpha v1.0

2006-03-16 Thread Zeljko Filipin
Yes, I can see DOM Inspector 1.8.0.1 at extensions."telnet localhost 9997" worked for me two days ago, but then Firewatir did not work because I had watir 1.4.1.On 3/16/06, Angrez Singh < [EMAIL PROTECTED] > wrote:> > Hi,> > Did you install the XPI that is included in the package?  __

Re: [Wtr-general] Fwd: Accessing HTML Source

2006-03-16 Thread Zeljko Filipin
http://wiki.openqa.org/display/WTR/FAQ#FAQ-RubyandWatirversionOn 3/16/06, Bret Pettichord <[EMAIL PROTECTED]> wrote: Could someone please post this to the FAQ? ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/w

Re: [Wtr-general] FireWatir release alpha v1.0

2006-03-16 Thread Angrez Singh
Hi,Did you install the XPI that is included in the package? Regards,AngrezOn 3/15/06, Zeljko Filipin < [EMAIL PROTECTED]> wrote:Of course, when I start unit tests, I get this error message. C:\watir\mozilla_unittests>mozilla_all_tests.rbC:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1263:in `initialize':

[Wtr-general] Watir-Examples

2006-03-16 Thread Tanushree Bhoi
Hi Paul,   Thank you very much.I did what you have said.Spysmith is a great tool.Now google_maps.rb is working fine.But still  mouse_over.rb is not working,its giving error in attach_browser_window.Unable to locate a window with title of "Faculty Web Sites @ Fort Lewis College,Durango Colorado".I