Re: [wtr-general] Intermittent Watir issue with Firefox

2011-02-08 Thread Stephen Mc Gowan
ime] || 2 > sleep options[:waitTime] || 10 > > > But monkeypatching this entire method is bad...I need to find a better way > that will not complicate Watir upgrades. > > Thanks > Bill > > On Thu, Feb 3, 2011 at 6:13 AM, Stephen Mc Gowan wrote: > >> Hi,

Re: [wtr-general] Intermittent Watir issue with Firefox

2011-02-03 Thread Stephen Mc Gowan
27;t have to specifically reference firewatir...at least thats what I'm lead to believe. On Thu, Feb 3, 2011 at 2:22 PM, Prajakta Jadhav wrote: > How are you using 'watir' for firefox? You should be using 'firewatir', > right? > > -Prajakta > > On Thu, Feb 3

[wtr-general] Intermittent Watir issue with Firefox

2011-02-03 Thread Stephen Mc Gowan
owser') b = Watir::Browser.new puts('ruby: Browser started') b.maximize b.goto(ARGV[0]) Any ideas? Cheers, -- Stephen Mc Gowan. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general watir-general+unsubscr...@googlegroups.com

[wtr-general] Problem with firewatir hanging on close

2011-01-12 Thread Stephen Mc Gowan
Hi, I've been seeing a very sporadic issue with closing a firefox instance with firewatir 1.6.7. I'm running the following code to attach to an existing window and close it: require "rubygems" require "watir" Watir::Browser.default = 'firefox' puts('ruby: attaching to browser') b = Watir::Brows