Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2011-01-03 Thread Željko Filipin
http://stackoverflow.com/questions/4572753/getting-the-error-msvcrt-ruby18-dll-is-missing-when-running-watir-scripts-after http://stackoverflow.com/questions/4576095/how-to-create-arrays-from-show-links-show-tables-show-images-show-divs-that-ca -- Before posting, please read http://watir.com/supp

[wtr-general] Fwd: Donate to Watir

2011-01-03 Thread Željko Filipin
If you like the Watir project, you can make a donation. There is donate button at http://watir.com/. We've raised $695 last year. We will spend it on hosting and stuff like that. You can see list of donors and Bret's thank you note at http://pledgie.com/campaigns/2982 Željko -- Before posting,

[wtr-general] Can I run tests in IE and FF one by one in the one ruby script?

2011-01-03 Thread Oleg
Hi All. Please give me advice how can I run IE and FF tests in the one ruby script. I tried the following, but in the second part opens browser initialized firstly (IE in this example) require 'watir' Watir::Browser.default = 'ie' browser = Watir::Browser.new browser.goto "url" ... req

[wtr-general] Re: How to handle Jquery UI Select menu using watir

2011-01-03 Thread jv-watir
Any ideas, any one else? I am using Windows XP, IE 7, Watir 1.6.7 Ruby 1.8.6 This Jquery Select List is selecting the value(that I can see from selected_options), but UI is not reflecting, I tried firing all the events? Any help is highly appreciated. I am just copying the original post again

[wtr-general] CookieManager/cookie api

2011-01-03 Thread Charley Baker
Hi all, Currently in the Watir gem, there is a library which is old and untested for Cookie Management, cookiemanager.rb. We're proposing an api for cookie handling as part of Watir proper, and I just wanted to find out how if at all, anyone's using this library. We will be deprecating this lib

[wtr-general] I18n support in watir/ruby.

2011-01-03 Thread Bhavesh
Hi, I have some chinese, french characters in the description filed of an application. I have to match that through watir/ruby scripts. But in CLI, it appears as juncked and thus pattern match failed. Do anyone know how to match I18n characters in watir? Do i need to install any addon for this