Re: [Wtr-general] Trouble closing JavaScript pop-up invoked from a frame in Watir 1.5.0.945

2006-05-10 Thread David Schmidt
Bret, I've been using Watir for about 6 months now and I may have a fix for this problem that I just wrote today for 1.4.1 and re-wrote tonight after finding the newer development sources. I wrote a to_identifier() method which generates a string containing the full classes to find the curren

Re: [Wtr-general] Trouble closing JavaScript pop-up invoked from a frame in Watir 1.5.0.945

2006-04-28 Thread Bret Pettichord
Yes, this problem will need to be fixed before we release Watir 1.5.BretOn 4/28/06, Rosalind de Vera < [EMAIL PROTECTED]> wrote:Hello,I have a link in a frame that brings up a _javascript_ popup-up. When I try to use click_no_wait, I get thefollowing error:irb(main):015:0> ie.frame("topFrame").link

[Wtr-general] Trouble closing JavaScript pop-up invoked from a frame in Watir 1.5.0.945

2006-04-27 Thread Rosalind de Vera
Hello, I have a link in a frame that brings up a JavaScript popup-up. When I try to use click_no_wait, I get the following error: irb(main):015:0> ie.frame("topFrame").link(:text, "Reset Settings").click_no_wait NoMethodError: undefined method `eval_in_spawned_process' for # from c:/ruby