[wtr-general] Re: set or clear Check box with a variable

2011-05-11 Thread Richard Wijdenes
Darryl I use this solution: $br.checkbox(:id, includeSponsor).set if study[includeSponsor] == true R. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

[wtr-general] Re: Entering UTF8 Characters

2010-11-10 Thread Richard Wijdenes
I've also ran into this problem. I've started working on my testscripts using IE and reading data form a spreadsheet. This wasn't functioning for special chars untill i've added require 'win32ole' WIN32OLE.codepage = WIN32OLE::CP_UTF8 But when i tried to get the same scripts running in firefox,

[wtr-general] Re: Need a sample code to import test data from Excel sheet

2009-09-08 Thread Richard Wijdenes
I´ve learned a lot from this example: http://wiki.openqa.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: Watir Logo Refresh Competition

2009-09-08 Thread Richard Wijdenes
I've done a posting in a creative forum (for sigs in a game forum). Perhaps this will lead to some more logo's to choose from. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this

[wtr-general] Re: (Fire)Watir Code Generator?

2009-08-03 Thread Richard Wijdenes
Cristoph, take a look at Webmetrics RIA script recorder. http://www2.webmetrics.com/downloads/scriptrecorder/start.htm I found out by looking at http://delicious.com/zeljko.filipin/watir+recorder, thanks again Zeljko! Grtz, R. --~--~-~--~~~---~--~~ You received

[wtr-general] Re: ocra couldn't work in loop for watir

2009-08-03 Thread Richard Wijdenes
Hey Alex, First of all, I think it is a very strange peace of code. You're not checking anything, just clicking etc. Why 1 times? Do you want to use Watir as a performance tool? Furthermore, google does not like these scripts. You (or your IP number) will probably get on a blacklist if you

[wtr-general] Re: (Fire)Watir Code Generator?

2009-08-03 Thread Richard Wijdenes
Cristoph, Yes, I'm using it. Mostly for pages with a lot of fields. After recording it i copy-paste it in Scite, and adjust it manually. Are you using Linux? I'm using Ubuntu 9.04, but i'm not very pleased by the speed of firewatir and firefox. Grtz. R.

[wtr-general] Re: Watir like test tool for windows-applications

2009-06-19 Thread Richard Wijdenes
Zhimin, thank you for the info! It looks promising Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting,

[wtr-general] Watir like test tool for windows-applications

2009-06-17 Thread Richard Wijdenes
Hi there, does anybody use Open Source Test Tools for normal applications? With normal I mean non-web-applications. Main Platform: Windows. Cross-platform (Ubuntu-linux/windows) would be nice. I would like the ease of use and scripting functionality of Watir and RUBY. Grtz.R.

[wtr-general] Re: require function is not working

2009-06-13 Thread Richard Wijdenes
When I see this code require 'testcase_01' require 'testcase_02' I automatically assume it should be: require 'testcase_01.rb' require 'testcase_02.rb' Maybe I'm oversimplifying your problem, but I've made this mistake myself a few times. Grtz. Richard

[wtr-general] Re: 32-bit linux firefox3 jssh extension troubles

2009-06-10 Thread Richard Wijdenes
try the jssh extension from this site: http://www.valibuk.net/2008/11/jssh-firefox-30-with-optional-port-number/ It worked fine for me with FF 3 (I'm on Ubuntu 9.04) grtz, Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Saving a webpage - Twitter question from Animesh1988

2009-06-04 Thread Richard Wijdenes
Hi all, Saving the contents of a webpage can be done as follows require 'watir' browser = Watir::IE.new browser.goto(http://www.google.com;) open('filename', 'w') { |f| f.puts browser.html } grtz, Richard --~--~-~--~~~---~--~~ You received this message because

[wtr-general] Re: Roo error on Ubuntu 9.04

2009-05-17 Thread Richard Wijdenes
you informed. Grtz, and thanx for the help! Richard Wijdenes On 14 mei, 00:21, Richard Wijdenes richard.wijde...@gmail.com wrote: I've added require 'open-uri'   -- no result I've done sudo apt-get install build-essential -- no result I've hacked roo.rb and commented out require 'roo/google

[wtr-general] Ruby and Watir on Vista

2009-05-17 Thread Richard Wijdenes
Hi all, I'm running Ruby and Watir on Vista and that is going well, but i've one problem: In command-line mode ruby (and therefore also watir) isn't giving any output. e.g. ruby --version results in a popup asking if I trust this program and then shortly - very very shortly - another popup

[wtr-general] Re: Ruby and Watir on Vista

2009-05-17 Thread Richard Wijdenes
Thanks Al, That works fine! at least i know my ruby version now :-) ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] Grtz. Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: Roo error on Ubuntu 9.04

2009-05-13 Thread Richard Wijdenes
* *Charley Baker blog:http://blog.charleybaker.org/ Lead Developer, Watir,http://wtr.rubyforge.org QA Architect, Gap Inc Direct On Tue, May 12, 2009 at 4:22 PM, Richard Wijdenes richard.wijde...@gmail.com wrote: Hi all, After installing ruby, rubygems, firewatir, which all seems

[wtr-general] Roo error on Ubuntu 9.04

2009-05-12 Thread Richard Wijdenes
Help wanted! Or does somebody know another trick to access OpenOffice Calc sheets on Linux? Grtz. Richard Wijdenes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: Super-special Guest Star on Watir Podcast

2009-04-10 Thread Richard Wijdenes
? Greetings from Almelo, Holland Richard Wijdenes --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read