[wtr-general] Unable to open IE window

2009-02-05 Thread Jaz
Hi! Recently installed ruby to use watir, and I get a strange error when I execute the steps in Watir in 5 minutes http://wiki.openqa.org/display/WTR/Watir+in+5+Minutes These are the steps I follow: 1. require watir 2. ie = Watir::IE.new When I perform step 2 I get the following error:

[wtr-general] Re: Unable to open IE window

2009-02-05 Thread Jaz
Hi! Thanks for answering so fast Aidy Unfortuneatly it still doesn't work =( (Going crazy soon...) /jasmin On Feb 5, 1:59 pm, aidy lewis aidy.le...@googlemail.com wrote: gem list -r win* gem update windows-api -y Aidy 2009/2/5 Jaz jasmin.chazarr...@gmail.com: How do I do

[wtr-general] Re: Unable to open IE window

2009-02-05 Thread Jaz
Architect, Gap Inc Direct On Thu, Feb 5, 2009 at 6:51 AM, aidy lewis aidy.le...@googlemail.com wrote: This will work  require 'watir'  Watir::Browser.default = ie �...@browser ||= Watir::Browser.new Aidy 2009/2/5 Jaz jasmin.chazarr...@gmail.com: Hi! Thanks for answering

[wtr-general] Re: Unable to open IE window

2009-02-06 Thread Jaz
on it. require watir ie = Watir::Browser.new ie.goto http://www.google.com; ie.text_field(:name, q).set WSO2 WSAS ie.button(:name, btnG).click Call me on Google Talk if you have problems. Thanks, Al On Feb 5, 1:59 pm, Jaz jasmin.chazarr...@gmail.com wrote: HI again! I have now tried both

[wtr-general] Re: Unable to open IE window

2009-02-09 Thread Jaz
version of rubygems and ruby you run On Fri, Feb 6, 2009 at 7:24 AM, Al Snow jasn...@gmail.com wrote: Jasmin,      Run gem list and send the output to this mailing list so we can see your installed gems. Thanks, Al On Feb 6, 4:19 am, Jaz jasmin.chazarr...@gmail.com wrote: Al, I

[wtr-general] Re: Unable to open IE window

2009-02-13 Thread Jaz
aidy.le...@googlemail.com mailto:aidy.le...@googlemail.com wrote:     This will work      require 'watir'      Watir::Browser.default = ie     �...@browser ||= Watir::Browser.new     Aidy     2009/2/5 Jaz jasmin.chazarr...@gmail.com     mailto:jasmin.chazarr...@gmail.com:     Hi