[Wtr-general] click_no_wait with divs

2006-03-30 Thread George Hawthorne
Hi, The app I'm testing has lots of Javascript pop-ups. The method used for clicking them in the dialog_test.rb unit test works in some cases, as in: $ie.link( :text, Delete contact).click_no_wait # click OK or cancel pop-up appears assert dialog.exists? dialog.button('OK').click # OK button on

Re: [Wtr-general] click_no_wait with divs

2006-03-30 Thread Bret Pettichord
This is a known bug. the click_no_wait method currently only works for elements which are directly referenced from an IE object.On 3/30/06, George Hawthorne [EMAIL PROTECTED] wrote: Hi,The app I'm testing has lots of _javascript_ pop-ups. The method usedfor clicking them in the dialog_test.rb

[Wtr-general] version 945 Frame div and click

2006-03-30 Thread Linda Derezinski
Hello, I just upgraded from 1.4.1 to 1.5.0.945 Im having problem with this line of code: @ie2.frame(main).frame(mid).div(:id,myID).click When I run this code from the 1.4.1 environment it works In the 1.5.0.945 I get unable to locate object using id Is this the same issue as

Re: [Wtr-general] version 945 Frame div and click

2006-03-30 Thread Bret Pettichord
Can you give us a full error message and stack trace?I think this is separate from the div click_no_wait problem.BretOn 3/30/06, Linda Derezinski [EMAIL PROTECTED] wrote: Hello, I just upgraded from 1.4.1 to 1.5.0.945 I'm having problem with this line of code:

[Wtr-general] Where should we discuss bugs in Watir 1.5?

2006-03-30 Thread Bret Pettichord
I have a question for the list.I'm working pretty hard on Watir 1.5 and there is a lot of discussion around bugs, etc in it.Would it be better to have a separate list to discuss this effort, so that wtr-general could focus more on supporting the released code? I'd read both, so it would make no

Re: [Wtr-general] Where should we discuss bugs in Watir 1.5?

2006-03-30 Thread Sean Gallagher
+1 to create separate mailing lists for watir-users and watir-dev (and maybe another, watir-announce, for release information, etc). I also think that wet, recorders, etc should be discussed on other mailing lists. Sean -- http://testmethods.net/ -Original Message- From: [EMAIL

Re: [Wtr-general] Where should we discuss bugs in Watir 1.5?

2006-03-30 Thread Rodrigo Julian Martin
Bret I think that your idea is really good. And will help to keep things organized. Regards! Rodrigo Julian Martin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Jueves, 30 de Marzo de 2006 02:30 p.m. To: wtr-general@rubyforge.org

[Wtr-general] Update opens up another window with updated page but control stays in the orginal window and not able to move to next page in the flow from orginal window

2006-03-30 Thread Prakash Sattu
I have been using Watir from past 1 month, it worked pretty good in automating of our application.Now , there is a problem testing in one of the page in our application. The page that I am testing uses AJAX methodalogy . I am trying to change quantity from x to y and clicking update button on

Re: [Wtr-general] Update opens up another window with updated page butcontrol stays in the orginal window and not able to move tonext page in the flow from orginal window

2006-03-30 Thread Cain, Mark
If you could post the code from your script and the HTML page your testing that would be helpful. --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prakash Sattu Sent: Thursday, March 30, 2006 10:09 AM To: wtr-general@rubyforge.org Subject:

Re: [Wtr-general] version 945 Frame div and click

2006-03-30 Thread Linda Derezinski
Brett, Im in the process of changing our code to use xpath. But right now xpath doesnt handle frames. So Im kind of stuck here. Is there a way to get the information displayed by show_all_objects from a frame now? I didnt see the method_missing busy part since it was pretty far

Re: [Wtr-general] Where should we discuss bugs in Watir 1.5?

2006-03-30 Thread Linda Derezinski
+1 for wtr-general (released issues) wtr-dev (development build issues) wtr-announce (new releases announced) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bret Pettichord Sent: Thursday, March 30, 2006 12:30 PM To: wtr-general@rubyforge.org Subject:

Re: [Wtr-general] Update opens up another window with updated page butcontrol stays in the orginal window and not able to move tonext page in the flow from orginal window

2006-03-30 Thread Prakash Sattu
Below is the part of test script code, Let me explain you clearly what was the issue here.. When I click Update after changing some quatity in one of the the text fields in the page, it does updates but it opens up another page but origianl page stays as it was earliar.. When watir testing tool

Re: [Wtr-general] version 945 Frame div and click

2006-03-30 Thread Linda Derezinski
Brett, Sorry my bad on matching the id it *was my mistake* in the regular _expression_. I am however still seeing the missing IE.busy method. But the tests seem to be working ok. 3 tests, 0 assertions, 0 failures, 0 errors -e:1:

[Wtr-general] Double click on Javascript tree view

2006-03-30 Thread Guru Subramanyam
Hi, I would like to know if Watir supports double clicks on a Javascript tree view. For my application, clicking on the plus is not very reliable and hence would prefer a double click action to expand contents Thanks in advance Regards Guru ___

Re: [Wtr-general] Where should we discuss bugs in Watir 1.5?

2006-03-30 Thread Zeljko Filipin
I would also read both.On 3/30/06, Bret Pettichord [EMAIL PROTECTED] wrote: I have a question for the list.I'm working pretty hard on Watir 1.5 and there is a lot of discussion around bugs, etc in it.Would it be better to have a separate list to discuss this effort, so that wtr-general could focus

Re: [Wtr-general] Where should we discuss bugs in Watir 1.5?

2006-03-30 Thread Zeljko Filipin
-1 for wtr-announce (new releases announced)I think announcements can stay at wtr-general (there are not so much of them, for now).On 3/30/06, Linda Derezinski [EMAIL PROTECTED] wrote: +1 for wtr-general (released issues) wtr-dev (development build issues) wtr-announce (new

Re: [Wtr-general] Update opens up another window with updated page butcontrol stays in the orginal window and not able to move tonext page in the flow from orginal window

2006-03-30 Thread Zeljko Filipin
+1On 3/30/06, Cain, Mark [EMAIL PROTECTED] wrote: If you could post [...] the HTML page your testing that would be helpful. ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general