[wtr-general] Re: Connection string

2009-07-16 Thread Jared Quinert
This site may help: http://www.connectionstrings.com/ Jared http://www.software-testing.com.au/blog/ hhwwpssp wrote: On Mon, Aug 18, 2008 at 9:56 PM, sathish_Er vpm.sath...@gmail.com wrote: Hi like to know the syntax for the connection string to the data base from ruby. can any one

[wtr-general] Watir and IE7

2009-07-16 Thread Brautigam Gergely
Hello! I encountered an interesting problem. Now i don't know, or believe that it is Watirs fault but i could not find out why it happens. When i'm running a script on IE7 it occasionally happens that when ie starts it freezes and the script can not proceed. Did somebody happen to notice

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-16 Thread al3kc
I have a similar error Failed to load XPCOM component: C:\Documents and Settings\username \Application Data\Mozilla\Firefox\Profiles\mk3pna4d.default\extensions \j...@extensions.mozilla.org\components\jssh.dll I don't have 'extensions' folder in mk3pna4d.default at all.

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-16 Thread Angrez Singh
for those whom XPI is not working on Firefox 3.5 can you try installing Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2displaylang=en Let me know if this helps. Thanks, Angrez On

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-16 Thread Al B.
Hi Angrez, I tried it and it didn't work. I still get the same error in the error console. Regards, Al B. On Jul 16, 5:44 am, Angrez Singh ang...@gmail.com wrote: for those whom XPI is not working on Firefox 3.5 can you try installing Microsoft Visual C++ 2008 SP1 Redistributable Package

[wtr-general] Java Script pop-ups handling in WATIR

2009-07-16 Thread Smruti
Hello, I have been trying to automate a requirement, that is like - When I click on a link on the page, a popup should open up - I have to verify if the pop up opened and if the text in the pop up is correct - Click 'OK' on the pop up and move on. I have tried the suggestions at

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-16 Thread Al B.
Hello again, Angrez, I just got it to work. I de-installed jssh, then manually deleted the 'j...@extensions.mozilla.org' directory from the 'extensions' directory under the 'mozilla firefox' directory as well as the extensions directory in my profile directory tree. Then I re- installed

[wtr-general] Re: Java Script pop-ups handling in WATIR

2009-07-16 Thread Charley Baker
Try click! instead of click_no_wait, which specific version of Ruby are you using, the latest one click 1.8.6rc2? What does ruby -v give you? There is a problem with that installer if that's the one you used where command line arguments don't get quoted correctly. Charley Baker blog:

[wtr-general] Re: Java Script pop-ups handling in WATIR

2009-07-16 Thread Smruti Ranjan Kar
Hi Charley, I'm using ruby186-27_rc2 C:\Documents and Settings\userruby -v ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32] On Thu, Jul 16, 2009 at 7:58 PM, Charley Baker charley.ba...@gmail.comwrote: Try click! instead of click_no_wait, which specific version of Ruby are you using,

[wtr-general] Re: Java Script pop-ups handling in WATIR

2009-07-16 Thread sHiVa
Hi , There is problem with ruby 1.8.6 -27 build. use 1.8.6 - 26 build. I think WindowHelper.rb has very nice functions. use it. Regards Siva On Jul 16, 8:19 pm, Smruti Ranjan Kar smrutiranjan@gmail.com wrote: Hi Charley, I'm using ruby186-27_rc2 C:\Documents and Settings\userruby -v

[wtr-general] Re: customize xml generated by ci_reports

2009-07-16 Thread Dylan
Hi there! This is something I've been looking for for a while, but unfortunately i can't seem to get your code working. I had to replace YNOT::YNOTE::TestUnitFailure with Test::Unit::Failure because it was not recognizing your code, and it's added the passed' attribute correctly, but it is always

[wtr-general] Re: Java Script pop-ups handling in WATIR

2009-07-16 Thread Dylan
Yeah, I had this exact problem and I got it working when I down-graded to 1.8.6-26 (http://rubyforge.org/frs/download.php/29263/ ruby186-26.exe) Here's the code I used to always check for a popup anywhere in my script: #Function to Close Javascript Popups When they Occur def jsClicker(

[wtr-general] How do I stop getting emails from Watir General?

2009-07-16 Thread Geniene Martorell
I used to want the emails, now I don't. I set my subscription to No Email but I am still getting emails. I don't want to unsubscribe to stop the emails - any ideas? Thanks! EMAILING FOR THE GREATER GOOD Join me --~--~-~--~~~---~--~~ You received this

[wtr-general] Re: How do I stop getting emails from Watir General?

2009-07-16 Thread Dylan
Edit my membership on the right hand side, I believe. -Dylan On Jul 16, 9:42 am, Geniene Martorell martore...@hotmail.com wrote: I used to want the emails, now I don't.  I set my subscription to No Email but I am still getting emails.  I don't want to unsubscribe to stop the emails - any

[wtr-general] Re: Object repository

2009-07-16 Thread George
Thanks, it's working for me! Is there a way to handle other attributes like :alt ? On Jul 13, 10:15 pm, Ivan Kabluchkov ikabluch...@gmail.com wrote: No, this mean 2 steps, which don't depend on each other: 1. Install libxml-ruby 2. Put in one folder 'repository.dtd' and

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-07-16 Thread Bill Agee
I finally got around to trying this on my Vista environment - turns out this recommendation was absolutely right. :) click_no_wait works fine in Vista as long as Ruby is installed using the ruby186-26.exe installer. My problems started when I installed using ruby186-27_rc2.exe. I updated the

[wtr-general] Re: How do I stop getting emails from Watir General?

2009-07-16 Thread sHiVa
1. Click on My Groups link on the top of the page 2. Find Manage my memberships link on the groups list page and click on it 3. Select No Emails from the list box which is exactly opposite to the watir general group. 4. Save settings On Jul 16, 10:12 pm, Dylan mej...@gmail.com wrote: Edit my

[wtr-general] Re: Any else having problem with click_no_wait method.?

2009-07-16 Thread sHiVa
Exactly.. Click_no_wait method is not working in 1.8.6 27 build. On Jul 17, 7:44 am, Bill Agee billa...@gmail.com wrote: I finally got around to trying this on my Vista environment - turns out this recommendation was absolutely right. :) click_no_wait works fine in Vista as long as Ruby is