[wtr-general] running suites with testrunner (--runner=t)

2012-02-20 Thread Lisa Crispin
-- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) Contributor to _Beautiful Testing_ (O'Reilly 2009) http://lisacrispin.com @lisacrispin on Twitter http://entaggle.com/lisacrispin -- Before posting, please read http

Re: [wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-17 Thread Lisa Crispin
clean up all the registry entries or something. I'll look for you on gtalk or skype, Z. Thanks! -- Lisa On Thu, Feb 16, 2012 at 9:12 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Thu, Feb 16, 2012 at 9:29 PM, Lisa Crispin lisa.cris...@gmail.com wrote: I know, I had uninstalled Ruby 1.8.7

[wtr-general] How to install Watir 1.6.2 with Ruby 1.9.3? Or with any Ruby, such that my scripts will work?

2012-02-17 Thread Lisa Crispin
- and tried to install Ruby 1.8.6, but when I did that, the install of watir wouldn't work. I'm losing the will to live. Please help! -- Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) Contributor to _Beautiful

[wtr-general] Ignore this Re: How to install Watir 1.6.2 with Ruby 1.9.3? Or with any Ruby, such that my scripts will work?

2012-02-17 Thread Lisa Crispin
I finally got around that error, but got a new one. Now I am going to try just copying my ruby folder from my old machine, apparently I missed that suggestion in a prior email. Sigh. -- Lisa On Fri, Feb 17, 2012 at 1:03 PM, Lisa Crispin lisa.cris...@gmail.comwrote: At Zeljko's suggestion, I

[wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-16 Thread Lisa Crispin
it. Do I need to go back to Ruby 1.8.6? I was advised by someone who seemed to know that 1.8.7 would be better even with Watir 1.6.2. Thanks, Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) Contributor

Re: [wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-16 Thread Lisa Crispin
like I'm doing what you suggest there. Other ideas? thanks Lisa On Thu, Feb 16, 2012 at 5:07 PM, Željko Filipin zeljko.fili...@gmail.comwrote: Hi Lisa, comments are inline. Željko On Thu, Feb 16, 2012 at 6:03 PM, Lisa Crispin lisa.cris...@gmail.com wrote: I uninstalled whatever Ruby

Re: [wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-16 Thread Lisa Crispin
Also, I tried putting the gems folder in my Path variable, someone suggested that to me on Twitter, that doesn't help either. 2012/2/16 Lisa Crispin lisa.cris...@gmail.com I didn't have to do that on my other machine, but what the heck, I tried adding require 'rubygems'. Here's a snippet of my

Re: [wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-16 Thread Lisa Crispin
Lisa Crispin lisa.cris...@gmail.com Also, I tried putting the gems folder in my Path variable, someone suggested that to me on Twitter, that doesn't help either. 2012/2/16 Lisa Crispin lisa.cris...@gmail.com I didn't have to do that on my other machine, but what the heck, I tried adding

Re: [wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-16 Thread Lisa Crispin
I get *** LOCAL GEMS *** On Thu, Feb 16, 2012 at 6:08 PM, Željko Filipin zeljko.fili...@gmail.comwrote: 2012/2/16 Lisa Crispin lisa.cris...@gmail.com I still get the same error. What do you get if you execute this in the command line? gem list watir Željko -- Before posting, please

Re: [wtr-general] Trying to go back to watir 1.6.2, won't install correctly

2012-02-16 Thread Lisa Crispin
it, but I'm getting really tired of uninstalling and installing things. thanks, Lisa On Thu, Feb 16, 2012 at 6:28 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Thu, Feb 16, 2012 at 7:10 PM, Lisa Crispin lisa.cris...@gmail.com wrote: I get *** LOCAL GEMS *** If it does not list watir

Re: [wtr-general] problem with radio button after upgrade

2012-01-31 Thread Lisa Crispin
these ourselves somewhere?). Jari On Fri, Jan 27, 2012 at 12:09 AM, Lisa Crispin lisa.cris...@gmail.comwrote: The good news is, the syntax you gave me does work. Thank you! Then I realized this page I found that looks like such nice doc is for the old Watir. Does that not exist for Watir 2

[wtr-general] Error with brand new install

2012-01-26 Thread Lisa Crispin
the problem says It all went down to ffi gem. I have no idea what that is, but I looked it up and installed it with 'gem install ffi'. That didn't help my problem. I've browsed around on the mailing list and google but haven't found the solution. Please help. thanks Lisa -- Lisa Crispin Co-author

Re: [wtr-general] Error with brand new install

2012-01-26 Thread Lisa Crispin
Hi Željko On Thu, Jan 26, 2012 at 10:16 AM, Željko Filipin zeljko.fili...@gmail.comwrote: On Thu, Jan 26, 2012 at 11:10 AM, Lisa Crispin lisa.cris...@gmail.com wrote: I'm doing a brand new install of Watir on Windoze 7, following the instructions on the site. This instructions? https

[wtr-general] problem with radio button after upgrade

2012-01-26 Thread Lisa Crispin
going to be too hard to upgrade, I can just stay on the old version forever, but I would really like to use webdriver. We are now using webdriver with Selenium and Geb, but I'd like to use it with Watir as well. Thanks, Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Lisa Crispin
at 3:13 PM, Željko Filipin zeljko.fili...@gmail.comwrote: On Thu, Jan 26, 2012 at 4:08 PM, Lisa Crispin lisa.cris...@gmail.com wrote: ie.radio(:name, 'rst', '65546').set The new api is: ie.radio(:name = rst, :value = 65546).set Željko -- Before posting, please read http://watir.com

Re: [wtr-general] problem with radio button after upgrade

2012-01-26 Thread Lisa Crispin
), and lots of examples. thanks Lisa On Thu, Jan 26, 2012 at 4:03 PM, Lisa Crispin lisa.cris...@gmail.comwrote: OK, and now I see in your email the link to this http://watir.com/support. So I just went there and did a search 'watir radio', and finally found this page, which is what I was looking

[wtr-general] Upgrading anxiety

2011-12-29 Thread Lisa Crispin
to try Selenium. Thanks, Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) Contributor to _Beautiful Testing_ (O'Reilly 2009) http://lisacrispin.com @lisacrispin on Twitter http://entaggle.com/lisacrispin

[wtr-general] Re: type-ahead select lists

2011-05-27 Thread Lisa Crispin
keypress events in them such as .set would need to be altered to fire the down/press/up events character by character and fire those events with the proper 'key' values for each character. On May 24, 11:24 am, Lisa Crispin lisa.cris...@gmail.com wrote: I tried the log events thing, it's nice to know

Re: [wtr-general] Re: type-ahead select lists

2011-05-26 Thread Lisa Crispin
methods that have keypress events in them such as .set would need to be altered to fire the down/press/up events character by character and fire those events with the proper 'key' values for each character. On May 24, 11:24 am, Lisa Crispin lisa.cris...@gmail.com wrote: I tried the log

Re: [wtr-general] Re: type-ahead select lists

2011-05-26 Thread Lisa Crispin
Thanks, I will take a look! -- Lisa On Thu, May 26, 2011 at 11:10 AM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Thu, May 26, 2011 at 7:05 PM, Lisa Crispin lisa.cris...@gmail.com wrote: my main problem is the field is hidden, and I can't figure out the Watir syntax to force

Re: [wtr-general] Re: type-ahead select lists

2011-05-26 Thread Lisa Crispin
/up events character by character and fire those events with the proper 'key' values for each character. On May 24, 11:24 am, Lisa Crispin lisa.cris...@gmail.com wrote: I tried the log events thing, it's nice to know about that, but I don't see anything that really looks like the JS firing. I

Re: [wtr-general] Re: type-ahead select lists

2011-05-26 Thread Lisa Crispin
to fire the down/press/up events character by character and fire those events with the proper 'key' values for each character. On May 24, 11:24 am, Lisa Crispin lisa.cris...@gmail.com wrote: I tried the log events thing, it's nice to know about that, but I don't see anything that really

Re: [wtr-general] type-ahead select lists

2011-05-24 Thread Lisa Crispin
:36 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, May 23, 2011 at 9:44 PM, Lisa Crispin lisa.cris...@gmail.com wrote: We are changing what used to be regular drop-down select list boxes to a dojo widget thingie that allows type ahead to select the item. Is the page public

[wtr-general] type-ahead select lists

2011-05-23 Thread Lisa Crispin
that might help me figure this out? I apologize if this is an ignorant question. I searched the mailing list and the Watir site but I could not figure out how to make this work. thanks, Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_

Re: [wtr-general] type-ahead select lists

2011-05-23 Thread Lisa Crispin
is changed. Can you try this code? ie.select_list(:id, advisor.dealerId).select some value Thanks On Mon, May 23, 2011 at 2:44 PM, Lisa Crispin lisa.cris...@gmail.comwrote: We are changing what used to be regular drop-down select list boxes to a dojo widget thingie that allows type ahead

Re: [wtr-general] Re: type-ahead select lists

2011-05-23 Thread Lisa Crispin
b.send_keys({ENTER}) On May 23, 12:44 pm, Lisa Crispin lisa.cris...@gmail.com wrote: We are changing what used to be regular drop-down select list boxes to a dojo widget thingie that allows type ahead to select the item. Here's the HTML: select dojoType=dijit.form.FilteringSelect id

Re: [wtr-general] type-ahead select lists

2011-05-23 Thread Lisa Crispin
The pages where we're using this aren't public. But I will look at this link, thanks! -- Lisa On Mon, May 23, 2011 at 2:36 PM, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Mon, May 23, 2011 at 9:44 PM, Lisa Crispin lisa.cris...@gmail.com wrote: We are changing what used

Re: [wtr-general] HTML element order different in IE8 from IE7

2010-09-04 Thread Lisa Crispin
, 'anniversaryDate') ? The error message isn't great, that is true. I would recommend to open a ticket for that at http://jira.openqa.org/browse/WTR On Fri, Sep 3, 2010 at 15:34, Lisa Crispin lisa.cris...@gmail.com wrote: I had a script fail when running it on IE8, it's several years old and works fine

Re: [wtr-general] HTML element order different in IE8 from IE7

2010-09-04 Thread Lisa Crispin
) at java.lang.Thread.run(Thread.java:595) On Sat, Sep 4, 2010 at 8:33 AM, Lisa Crispin lisa.cris...@gmail.com wrote: Thanks, Ethan and Charley. I didn't write this script, and the person who did left a few years ago, so I can't say why he did what he did, but he wrote LOTS of scripts that parse html in this way

[wtr-general] HTML element order different in IE8 from IE7

2010-09-03 Thread Lisa Crispin
something was wrong with the name. Thanks Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) Contributor to _Beautiful Testing_ (O'Reilly 2009) http://lisacrispin.com @lisacrispin on Twitter -- Before posting

[wtr-general] Misleading error message on set radio button

2010-09-03 Thread Lisa Crispin
Oops, that was a bad subject line before. It's not Watir's fault IE8 is screwy. On Fri, Sep 3, 2010 at 1:34 PM, Lisa Crispin lisa.cris...@gmail.com wrote: I had a script fail when running it on IE8, it's several years old and works fine on IE7. It's setting a radio button: ie.radio(:name

Re: [wtr-general] New proposed Watir project home on the wiki

2010-01-31 Thread Lisa Crispin
/Support To unsubscribe from this group, send email to watir-general-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/watir-general -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_

[wtr-general] Re: happy belated birthday watir.

2009-11-18 Thread Lisa Crispin
at StarWest, and I helped out. This was the first appearance of watir. During the class we found lots of bugs. Thanks to all the students for not walking out on us. Is anyone from that class on the list? http://www.sqe.com/Events/Archive/sw2004/tutorials.html Paul -- Lisa Crispin Co-author

[wtr-general] Re: Sai

2009-09-29 Thread Lisa Crispin
That is a good idea, where can we update the doc? Is it all in github also? -- Lisa On Mon, Sep 28, 2009 at 10:22 PM, Paul Rogers paul.rog...@shaw.ca wrote: You're a good writer, documentation is always in need of improvemnet. Paul On Mon, Sep 28, 2009 at 6:14 PM, Lisa Crispin lisa.cris

[wtr-general] Re: Sai

2009-09-28 Thread Lisa Crispin
not support, and I think their effort should be recognized by adding them to the community team. Anyway, that is just my opinion. I this community does not think the same, I will accept it. Željko -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers

[wtr-general] Re: Sai

2009-09-27 Thread Lisa Crispin
official way of introducing new people to the core team (if we do, please point me there), but I suggest that we add Sai to the core team. Thoughts? Željko -- http://watirpodcast.com/ -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers

[wtr-general] Re: WatirCraft LLC is closing

2009-06-05 Thread Lisa Crispin
. Željko -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http://lisacrispin.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[wtr-general] Re: Running Watir suite from Hudson

2009-05-22 Thread Lisa Crispin
it for a couple of tasks On Fri, May 22, 2009 at 12:50 PM, al3kc aleks.kiev...@gmail.com wrote: I think the Batch Task is all you need to run your tests. This plugin should be installed by default. -- Regards, Alkarim Rayani -- Lisa Crispin Co-author with Janet Gregory, _Agile

[wtr-general] Running Watir suite from Hudson

2009-05-21 Thread Lisa Crispin
aren't sure how to be able to see the results. Thanks, Lisa -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http://lisacrispin.com --~--~-~--~~~---~--~~ You received this message

[wtr-general] Re: How to work with popups?

2009-05-14 Thread Lisa Crispin
/custom_require.rb:31:in `gem_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from Phone_Mask_Test.rb:4 Exit code: 1 Thank you, Satish -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers

[wtr-general] Re: thinking about automation frameworks/harnesses

2009-04-29 Thread Lisa Crispin
was hoping for an example of what you meant. And since the original example is so tiny (and so imperative), refactoring it shouldn't take more than a minute or so. -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009

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

2009-04-22 Thread Lisa Crispin
SciTe on windows and wold like to try Eclipse. Does it matter what version I use? They have Eclipse IDE for Java, C/C++, but I don't see one for ruby. http://www.eclipse.org/downloads/ -- *From:* Lisa Crispin lisa.cris...@gmail.com *To:* watir-general

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

2009-04-21 Thread Lisa Crispin
and I've attempted to get watir working on it, but it said I couldn't save a file as .rb I could only save it as .rtb. Also, should I install ubuntu? -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http

[wtr-general] Re: Error in handling popup

2009-04-08 Thread Lisa Crispin
: undefined method `wsh' for #Manageresources:0x2b8c4bc manageresource.rb:24:in `test_manage_resources' Please Please please... give a solution to my problem i'm stuck with handling popup from past 2 days.. thankingyou -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing

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

2009-04-06 Thread Lisa Crispin
development has been 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? -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide

[wtr-general] Re: Watir design patterns?

2009-04-04 Thread Lisa Crispin
, 2009 at 3:58 PM, Bret Pettichord b...@pettichord.comwrote: The Design Patterns in Ruby book by Russ Olsen addresses many of these questions. Have you looked at it? Bret Lisa Crispin wrote: +1 on all that. Plus, as someone not very good w/ OO, I want to know stuff like when to use

[wtr-general] Re: Ramping up your Ruby skills

2009-04-03 Thread Lisa Crispin
Lead Developer, Watir,www.watir.com Blog,www.io.com/~wazmo/blog http://www.io.com/%7Ewazmo/blog Twitter,www.twitter.com/bpettichord Watir Training: Portland/Beaverton April 16-17www.watircraft.com/training -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing

[wtr-general] Re: Watir design patterns?

2009-04-03 Thread Lisa Crispin
-- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http://lisacrispin.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group

[wtr-general] Re: Performance Testing

2009-04-02 Thread Lisa Crispin
in advance for all responses. - Shelton -- Quick access to your favorite MSN content and Windows Live with Internet Explorer 8. Download FREE now!http://ie8.msn.com/microsoft/internet-explorer-8/en-us/ie8.aspx?ocid=B037MSN55C0701A -- Lisa Crispin Co-author

[wtr-general] Re: Watir users: What is your role at work?

2009-03-05 Thread Lisa Crispin
performance tester and use Watir for our functional regression tests. On Mar 4, 6:14 pm, Lisa Crispin lisa.cris...@gmail.com wrote: Hi George, I'm a tester, I have learned enough Ruby to maintain and write new Watir scripts, and I know enough Java to sometimes be able to look

[wtr-general] Re: Watir users: What is your role at work?

2009-03-04 Thread Lisa Crispin
... -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide for Testers and Agile Teams_ (Addison-Wesley 2009) http://lisacrispin.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General

[wtr-general] browser seems to hang sporadically

2009-02-03 Thread Lisa Crispin
Has anyone seen this problem running Watir suites in Vista (64-bit) / IE7? We have a number of Watir suites, plus one big giant suite that includes all the others, the giant one takes maybe 3 hours to run. I ran this giant suite for 3+ years unattended on XP / IE6 without too much trouble - I'd

[wtr-general] Re: scripts for IE and Firefox both

2009-01-30 Thread Lisa Crispin
Lisa Crispin wrote: Thanks, Bret. I was hoping to make it work with Firefox on the mac, actually. But it sounds like that's a non starter. I will pursue these issues more with my team! thanks Lisa On Thu, Jan 29, 2009 at 7:50 PM, Bret Pettichord b...@pettichord.com mailto:b

[wtr-general] Re: scripts for IE and Firefox both

2009-01-30 Thread Lisa Crispin
browser web apps well, and there are usually many more developers than testers, so dont be too disappointed you havent got cross browser/platform test software just yet. Paul On Fri, Jan 30, 2009 at 11:58 AM, Lisa Crispin lisa.cris...@gmail.com wrote: My hope was: 1 set of scripts, different

[wtr-general] scripts for IE and Firefox both

2009-01-29 Thread Lisa Crispin
Hi, I hope this isn't too annoying of a question. I'm just trying to decide our next steps wrt Watir and our test automation. I just thought I'd double check on what I think I know already. I spent the last several weeks getting our Watir suites working with v. 1.6.2 and Vista. I finally beat

[wtr-general] Re: scripts for IE and Firefox both

2009-01-29 Thread Lisa Crispin
are only require ing this on windows, you might want to look into autoit - if you want cros platform, no idea. Paul On Thu, Jan 29, 2009 at 3:49 PM, Lisa Crispin lisa.cris...@gmail.com wrote: I guess I mean regular js pop up boxes. A modal dialog window that pops up and you have to click ok

[wtr-general] Re: scripts for IE and Firefox both

2009-01-29 Thread Lisa Crispin
). Bret Lisa Crispin wrote: To clarify - our Watir scripts handle our modal dialogs in IE just fine. For example: def click_modal_button(ie, type='OK', sleep_time=6, timeout=20) hwnd = ie.enabled_popup(sleep_time) if (hwnd) w = WinClicker.new

[wtr-general] Re: Agile testing book

2009-01-21 Thread Lisa Crispin
forward to reading it. http://www.amazon.com/Agile-Testing-Practical-Addison-Wesley-Signatur... This looks to be an interesting book. Ping me for book recommendations on various topics. -c -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing: A Practical Guide

[wtr-general] Re: figured it out Re: stupid install problem

2008-12-28 Thread Lisa Crispin
26, 2008 at 1:43 PM, Lisa Crispin lisa.cris...@gmail.comwrote: I had to add RUBYOPT -rubygems to my environment variables - I have NO memory of ever doing that before, did Watir or Ruby change, or are my brain cells just dying off faster than usual? Sigh. On Fri, Dec 26, 2008 at 2:29 PM, Lisa

[wtr-general] stupid install problem

2008-12-26 Thread Lisa Crispin
Hi all, My mac had a hard disk disaster, and only after that did I discover I had had a time machine backup disaster earlier, so I didn't have a backup from after I got watir working on my vmware windows xp on the mac. I reinstalled using the same steps I had done a few weeks back, but my watir

[wtr-general] figured it out Re: stupid install problem

2008-12-26 Thread Lisa Crispin
I had to add RUBYOPT -rubygems to my environment variables - I have NO memory of ever doing that before, did Watir or Ruby change, or are my brain cells just dying off faster than usual? Sigh. On Fri, Dec 26, 2008 at 2:29 PM, Lisa Crispin lisa.cris...@gmail.comwrote: Hi all, My mac had a hard

[wtr-general] Re: Is the FireWatir-Watir integration working for you?

2008-12-18 Thread Lisa Crispin
working for you? Are you using it to test on both IE and Firefox? Are there issues that are preventing you from using it effectively? If 1.6.2 were a movie and you were a movie critic, how many stars would you give it? Pete -- Lisa Crispin Co-author with Janet Gregory, _Agile Testing

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-03 Thread Lisa Crispin
or supported. Perhaps this would help this code find a new owner. Bret Lisa Crispin wrote: Hi Bret, Just to clarify - So for now we have to use require 'watir\ie' in order to require 'watir\contrib\enabled_popup', but in the next version, we won't have to use require 'watir\ie', correct? My

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-12-03 Thread Lisa Crispin
on how to support modal dialog testing that will work with both IE and Firefox, and as far as I know, no one else is working on this. Bret Lisa Crispin wrote: As someone whose programming skills are limited, and who primarily works as a tester, it's hard for me to understand what you're

[wtr-general] Re: 1.6.2: Issue with enabled_popup.rb

2008-11-28 Thread Lisa Crispin
Hi Bret, Just to clarify - So for now we have to use require 'watir\ie' in order to require 'watir\contrib\enabled_popup', but in the next version, we won't have to use require 'watir\ie', correct? My next question may be ignorant - if we want to be able to run our scripts in firewatir as well as

[wtr-general] 1.6.2 - browser.attach question

2008-11-28 Thread Lisa Crispin
Another question - on the development site you say: Watir 1.6.2 does not support Browser.attach. This will be supported in a future version. We use Browser.attach when we run our tests in a suite. What are we supposed to do instead, since Browser.attach isn't supported in 1.6.2? Or does this mean

[wtr-general] oci8

2008-11-13 Thread Lisa Crispin
I just upgraded to Vista 64 bit and had to reinstall everything. I installed Oracle Instant Client 10g, my sql*plus works and all so that's good. I am kind of stumped on oci8. When I go to the download, I don't see any download file that looks like it is for 64 bit. I tried installing