Re: [wtr-general] watir installation issues

2013-05-01 Thread Anne Mordkoff
that did it!!! Thank you! On Wed, May 1, 2013 at 2:25 PM, Dan wrote: > I think the easiest thing to do is drop the IE and/or chromedriver into > the C:\Ruby\Ruby200\bin directory and then try again. > > Dan > > > On Wednesday, May 1, 2013 1:27:13 PM UTC-4, Anne wrote: >> >> So, I'm also doing

Re: [wtr-general] Re: cannot click link

2011-11-11 Thread Anne Mordkoff
Hi Chuck! Thanks for the help... None of the items I'm referencing are in a frame. There's actually a search box in the same div and I have no trouble accessing it -- it's just this link that is causing me trouble. Here's the complete div definition...  

Re: [wtr-general] counting headers

2011-06-28 Thread Anne Mordkoff
Thanks, Raveendran -- that did it... On Tue, Jun 28, 2011 at 1:50 AM, Raveendran P wrote: > Hi Anne, > > I have no idea how Watir can do this... > > > But i can give the ruby solution to you > > > Solution: > > 1. Collect the entire HTML of the page -- @text=@ie.html > 2. Search the text "" in t

Re: [wtr-general] counting headers

2011-06-28 Thread Anne Mordkoff
from C:/Ruby/Ruby187/lib/ruby/gems/1.8/gems/watir-webdriver-0.2.4/lib/watir-webdriver/browser.rb:35:in `initialize' from ./UTD_HomePage.rb:197:in `new' from ./UTD_HomePage.rb:197:in `Open_Browser' from NextTest.rb:17 On Tue, Jun 28, 2011 at 11:22 AM, Anne Mord

Re: [wtr-general] counting headers

2011-06-28 Thread Anne Mordkoff
I did a gem cleanup because I had multiple versions of watir-webdriver, added the require for watir-webdriver and added your suggested change (browser.h2s.size). When I ran my test I got an error...(NextTest.rb is my test script) my list of require statements: require 'rubygems' require 'watir