[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-19 Thread jnxgn
By saving .rb file as UTF-8, I can put the following code into function, as per http://wiki.openqa.org/display/WTR/Adding+UTF-8+characters+to+text+fields require 'watir' ENV["watir_browser"] = "ie" browser = Watir::Browser.new browser.goto "www.google.cn" browser.text_field(:name,'q').value =

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread Bret Pettichord
I believe that you have a problem, but we'll need more details if would you would like us to look into it. Bret jnxgn wrote: > I do not know how to open up a ticket there, so I would not try it. > > Since 1.6.5 appears dont deal with chinese characters properly, I > uninstalled it by gem uninsta

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread Željko Filipin
2009/11/11 jnxgn > I do not know how to open up a ticket there, so I would not try it. It is really not that hard: http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowtocreateaJiraTicket%3F Let me know if you you need further help. Željko --~--~-~--~~~---~--~~ You re

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-11 Thread jnxgn
I do not know how to open up a ticket there, so I would not try it. Since 1.6.5 appears dont deal with chinese characters properly, I uninstalled it by gem uninstall watir -v 1.6.5, but the watir scripts would not work. I removed ruby186-27 and reinstalled the ruby 186-27, when I tried to gem ins

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread Bret Pettichord
Could you open up a ticket on Jira for this? You can attach images there. http://jira.openqa.org/browse/WTR jnxgn wrote: > I installed the 1.6.5 after the release, chinese input and output > still not working. > BTW, where can I upload an image to show this. > > On 11月11日, 上午6时21分, Charley Bake

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread jnxgn
I had sent an email to charley with the image showing the error. On 11月6日, 上午2时58分, Charley Baker wrote: > There is a change in this version for > UTF-8:http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827... > I'm honestly not sure if that's throwing you off or not. Let me kno

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread jnxgn
I installed the 1.6.5 after the release, chinese input and output still not working. BTW, where can I upload an image to show this. On 11月11日, 上午6时21分, Charley Baker wrote: > Done. I was waiting on some people, never heard back. > > -c > 2009/11/10 Bret Pettichord > > > > > > > Where are we wit

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread Charley Baker
Done. I was waiting on some people, never heard back. -c 2009/11/10 Bret Pettichord > > Where are we with the 1.6.5 release? > > Bret > > Charley Baker wrote: > > There is a change in this version for UTF-8: > > > http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827688e151 > > I

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-10 Thread Bret Pettichord
Where are we with the 1.6.5 release? Bret Charley Baker wrote: > There is a change in this version for UTF-8: > http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827688e151 > I'm honestly not sure if that's throwing you off or not. Let me know, > I was hoping to release today. >

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-05 Thread Charley Baker
There is a change in this version for UTF-8: http://github.com/bret/watir/commit/466332be758a43c6045374c6c6ca03827688e151 I'm honestly not sure if that's throwing you off or not. Let me know, I was hoping to release today. -c 2009/11/5 jnxgn > > In IE, maybe it is not the problem of watir itse

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-11-02 Thread jnxgn
After I installed the gems according to the instructions, the Chinese characters getting from and posting to web pages are messed up. On Oct 23, 5:14 am, Charley Baker wrote: > Hi all, > >  We have a new version of Watir for testing, 1.6.5.rc2. > the release is here with > instructions:http://w

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-29 Thread Bret Pettichord
I don't know why you are doing "require 'firewatir/container'". Bret Shlomit Gazit wrote: > Any idea? > > On Oct 27, 3:23 pm, Shlomit Gazit wrote: > >> require 'rubygems' >> require 'firewatir/container' <-- the problematic line >> require 'watir/browser' >> >> On Oct 27, 2:44 pm, Bret Petti

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-29 Thread Shlomit Gazit
Any idea? On Oct 27, 3:23 pm, Shlomit Gazit wrote: > require 'rubygems' > require 'firewatir/container' <-- the problematic line > require 'watir/browser' > > On Oct 27, 2:44 pm, Bret Pettichord wrote: > > > Can you share the code that is failing? Specifically the code on and > > around line 7

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-27 Thread Shlomit Gazit
require 'rubygems' require 'firewatir/container' <-- the problematic line require 'watir/browser' On Oct 27, 2:44 pm, Bret Pettichord wrote: > Can you share the code that is failing? Specifically the code on and > around line 7 of > /Users/shlomit/workspaces/trunk/ff_c2p_watir/ff_c2p_test_issues

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-27 Thread Bret Pettichord
Can you share the code that is failing? Specifically the code on and around line 7 of /Users/shlomit/workspaces/trunk/ff_c2p_watir/ff_c2p_test_issues_2_menus_dev.rb Shlomit Gazit wrote: > After upgrading I am getting the error: > > /Users/shlomit/.gem/ruby/1.8/gems/firewatir-1.6.5.rc2/lib/firew

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-27 Thread Shlomit Gazit
After upgrading I am getting the error: /Users/shlomit/.gem/ruby/1.8/gems/firewatir-1.6.5.rc2/lib/firewatir/ container.rb:46: uninitialized constant FireWatir::Container::JsshSocket (NameError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:36:in `gem_original_require' fro

[wtr-general] Re: Watir 1.6.5.rc2 - release candidate available for testing

2009-10-23 Thread Željko Filipin
On Thu, Oct 22, 2009 at 11:14 PM, Charley Baker wrote: > We have a new version of Watir for testing, 1.6.5.rc2. I just did upgrade from 1.6.2 and everything works fine so far. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message bec