[wtr-general] Re: Watir 1.6.2 has been uploaded to Rubyforge

2008-11-10 Thread Bret Pettichord
We run our unit tests on every change. The results are posted here. http://watirbuild.com/ As Marek said, the issue being discussed is about packaging the unit tests, not getting them to pass. Bret Chuck vdL wrote: On Nov 7, 8:43 am, Bret Pettichord [EMAIL PROTECTED] wrote: Comments

[wtr-general] Re: Tutorial Examples now 'missing'

2008-11-10 Thread Bret Pettichord
It is unclear to me what examples you mean. Examples that had been included in the 1.5 source tree were moved to the wiki. http://wiki.openqa.org/display/WTR/Examples Bret Chuck vdL wrote: I think I found them back on the 1.5 branch, but the trunk based links to the Examples folder given

[wtr-general] Re: firewatir 1.6.2 does not support chinese characters?

2008-11-10 Thread marekj
On Mon, Nov 10, 2008 at 6:30 AM, Yohei [EMAIL PROTECTED] wrote: I posted similar issue while ago, but with no response. When I looked at the firewatir code, it seemed like underlying jssh protocol can't handle the multibyte character properly. As far as I can see there is not much you can

[wtr-general] Re: firewatir 1.6.2 does not support chinese characters?

2008-11-10 Thread Yohei
I posted similar issue while ago, but with no response. When I looked at the firewatir code, it seemed like underlying jssh protocol can't handle the multibyte character properly. As far as I can see there is not much you can do from watir/ruby side... This is unfortunate for international

[wtr-general] Re: Microsoft Sharepoint Watir

2008-11-10 Thread Keith Johnston
This is the code for one row ( document) of the sharepoint page. TR TD class=ms-vb-icon A onclick=DispDocItemEx(this,'FALSE','FALSE','FALSE','') href=file:///#.pdfIMG alt=Icon src=file:///C:/_layouts/images/ pdficon_small.gif border=0 //A /TD TD class=ms-vb-title height=100% TABLE

[wtr-general] wait_until doesn't work.

2008-11-10 Thread wesley chen
I have installed watir1.6 few months ago, then I installed watir1.6.1, recently I installed watir 1.6.2, and I upgraded my rubygem (I have not uninstall anything), today, I found when I only require 'watir' and don't include Watir, i use wait_until, it said, wait_until has not defined. Then, I

[wtr-general] Microsoft Sharepoint Watir

2008-11-10 Thread Keith Johnston
Hi, I'm trying to use watir to delete a document from a Microsoft sharepoint site. To delete a document you must mouseover the table cell containing the document name, when you do this an arrow (img) becomes visible and when clicked this arrow displays a context menu (like right-click menu on

[wtr-general] Re: How to reuse Firefox browser instance on Mac/Linux using FireWatir 1.6.2?

2008-11-10 Thread Charley Baker
Hi Zhimin, I added Mac OS in the initialize method of FireWatir. Previously FireWatir checked whether it was running on Windows or Linux and then fired off a new browser. After doing that it attempted to connect to the jssh socket, so FireWatir.new on the Mac used to skip creating a new browser

[wtr-general] Re: Tutorial Examples now 'missing'

2008-11-10 Thread Chuck vdL
two links on this page http://wiki.openqa.org/display/WTR/Example+Test+Case right below the header google test search They point at: http://svn.openqa.org/svn/watir/trunk/watir/examples/google_search.rb http://svn.openqa.org/svn/watir/trunk/watir/examples/ On Nov 10, 7:51 am, Bret

[wtr-general] Re: Tutorial Examples now 'missing'

2008-11-10 Thread Bret Pettichord
Thanks. These links need to be updated. Any volunteers? Bret Chuck vdL wrote: two links on this page http://wiki.openqa.org/display/WTR/Example+Test+Case right below the header google test search They point at: http://svn.openqa.org/svn/watir/trunk/watir/examples/google_search.rb

[wtr-general] Re: Microsoft Sharepoint Watir

2008-11-10 Thread wesley chen
Hi, Keith, In fact, somebody has met the problem as you referred, please go to http://groups.google.com/group/watir-general/browse_thread/thread/59fac3f95c6bb799/ec4b133621759c8c?lnk=gstq=fire_event#ec4b133621759c8c Thanks. Wesley Chen. --~--~-~--~~~---~--~~ You

[wtr-general] Re: firewatir 1.6.2 does not support chinese characters?

2008-11-10 Thread Yohei
Thanks for the information. So, in order to test pages with multi-byte characters using firefox, I suppose we would have to look for alternative solution/implementation. (Selenium/MozRepl/SD Connector?) Bret Pettichord のメッセージ: I just added that comment to the wiki based on the discussion here.

[wtr-general] Need help on installing Rails

2008-11-10 Thread pramod D
Hi All, My application runs only on IE and uses lots of modal window for this reason i have installed Ruby 1.8.2, and now i am trying to install Rails 1.2.3, but throws error and it is expecting Ruby 1.8.5 . Can any body tell me what version of Rails i need to install . Its very urgent kindly

[wtr-general] Visible method not present for Watir 1.6.2, present in firewatir

2008-11-10 Thread Tony
Looks like the visible method that was present in Watir 1.5.6 is not present any more after installing 1.6.2. Checked out the latest svn trunk and i find the visible method present, but after installing 1.6.2 gem, its not present for Watir, its present for firewatir.