[wtr-general] Way to clear the browser cache?

2010-08-07 Thread Jeff Fry
Hey y'all, does watir have a way to clear the browser cache? Either cross-browser, or specific to a given browser? Thanks, -- Jeff Fry http://testingjeff.wordpress.com http://associationforsoftwaretesting.org -- Before posting, please read http://watir.com/support. In short: search before

[wtr-general] Navigating to parent

2009-10-29 Thread Jeff Fry
).li(:index = 1).click I made up the .row(:parent) syntax in the above example. I'm just wondering if there's real syntax to do the same thing...or if this is more of a feature request? Cheers, -- Jeff Fry http://testingjeff.wordpress.com http://associationforsoftwaretesting.org

[wtr-general] Re: What editor should I use for mac?

2009-04-22 Thread Jeff Fry
with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http://lisacrispin.com -- Jeff Fry http://testingjeff.wordpress.com http://associationforsoftwaretesting.org --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: Test Automation? Pashaw!

2009-04-06 Thread Jeff Fry
after-hours and weekends (notice I'm posting this on a Saturday!). Has anyone else run into naysayers?  How can I convince the decision- makers that this is a worthwhile effort? -- Jeff Fry http://testingjeff.wordpress.com http://associationforsoftwaretesting.org

[wtr-general] msvcr80-ruby18.dll was not found error troubles

2009-02-20 Thread Jeff Fry
Watir::IE::BROWSER from (irb):3 I'm pretty stumped at debugging this, though considering just uninstalling ruby and then starting over with 1.8.6. Any suggestions are welcome, I'm excited to try out the latest and greatest FireWatir integration! Thanks, -- Jeff Fry http

[wtr-general] Re: msvcr80-ruby18.dll was not found error troubles

2009-02-20 Thread Jeff Fry
, 2009 at 6:10 PM, Bret Pettichord b...@pettichord.comwrote: Jeff Fry wrote: irb(main):003:0 Watir::IE::BROWSER NameError: uninitialized constant Watir::IE::BROWSER from (irb):3 This is correct, and what I get too. There is no such thing as Watir::IE:BROWSER. Bret

[wtr-general] Re: Free Git and GitHub Course

2009-02-12 Thread Jeff Fry
://rubylearning.com/blog/2009/02/10/git-and-github-a-free-course/ FYI, Al Snow -- Jeff Fry http://testingjeff.wordpress.com http://associationforsoftwaretesting.org --~--~-~--~~~---~--~~ You received this message because you are subscribed

[wtr-general] Re: Building a gem from trunk / watir-common

2008-10-19 Thread Jeff Fry
watir-common. And then you'll need to install it, before installing Watir. Bret Jeff Fry wrote: Corrected below On Wed, Oct 15, 2008 at 10:39 PM, Jeff Fry [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: OK, I'm getting closer - I've checked out from 1 level up and so

[wtr-general] Re: Building a gem from trunk / watir-common

2008-10-15 Thread Jeff Fry
me find the error of my ways? I'll be happy to get this onto the wiki in greater detail. Thanks, Jeff On Tue, Oct 14, 2008 at 12:08 AM, Jeff Fry [EMAIL PROTECTED] wrote: From IRC: [23:02]jfry Hey there, have any of you built a gem locally from the watir trunk?[23:02]jfry I've done

[wtr-general] Re: Building a gem from trunk / watir-common

2008-10-15 Thread Jeff Fry
Corrected below On Wed, Oct 15, 2008 at 10:39 PM, Jeff Fry [EMAIL PROTECTED] wrote: OK, I'm getting closer - I've checked out from 1 level up and so now have watir-common. I just I created a gem #this is what I meant to paste here: C:\dev\watirgem build watir.gemspec Successfully built

[wtr-general] Re: Selecting a nested element

2008-10-13 Thread Jeff Fry
Thanks for the help! That's exactly what I needed. On Sun, Oct 12, 2008 at 11:07 PM, wesley chen [EMAIL PROTECTED] wrote: br.div(:xpath, //[EMAIL PROTECTED]'Deceased Person']/).flash -- Jeff Fry http://testingjeff.wordpress.com http://associationforsoftwaretesting.org