[wtr-general] Re: Where can we get JSSH for Firefox 3.0.3

2008-10-28 Thread 深谷芳和
thank you. it worked. just my shell's alias was not effected when I started FF. alias ff=/Applications/Firefox.app/Contents/MacOS/firefox -jssh cause I'm a beginer of Mac, I don't know how to make the setting above effective when I type FF in the shell. everytime,I have to type 'source .bashrc'.

[wtr-general] Re: Problems using visible

2008-10-28 Thread Tony
Hi All, Here's a solution to find the visible elements in Firefox. Override the Elements class in MozillaBaseElement.rb file to include the below code - require 'firewatir' class Element def visible? jssh_command = var val = 'true'; var str = ''; var obj = #{element_object}; while (obj !=

[wtr-general] Re: Where can we get JSSH for Firefox 3.0.3

2008-10-28 Thread Charley Baker
Put this in your ~/.bash_profile to call your ~/.bashrc: if [ -f ~/.bashrc ]; then source ~/.bashrc fi If you're running Terminal, it's a login shell which will by default only call .bash_profile. Charley Baker 2008/10/28 深谷芳和 [EMAIL PROTECTED] thank you. it worked. just my shell's

[wtr-general] Re: RubyGem version error | Builder error.

2008-10-28 Thread Bret Pettichord
I have no idea what you are doing when you get this error. Some context would help. You could also try gem install hoe Bret High Bits Perf Tester wrote: When running through the tutorial Im getting this error: C:/Apps/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error':

[wtr-general] Re: How to access a child object

2008-10-28 Thread LanOK
I think it's useful to know, how to define a new element. In following example I define an element with tag-name OBJECT thank you LFIdnl for idea module Watir def object(how, what) return Object.new(self, how, what) end def objects return Objects.new(self) end class Object

[wtr-general] Re: RubyGem version error | Builder error.

2008-10-28 Thread Anna Gabutero
The rdoc generation error doesn't really matter. It looks like you need to update hoe too (gem update hoe). High Bits Perf Tester wrote: When running through the tutorial Im getting this error: C:/Apps/Ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error': RubyGem version

[wtr-general] Re: Problems using visible

2008-10-28 Thread Paul Rogers
in my implementation I seem to also be checking the value of the visibility css attribute. Paul On Tue, Oct 28, 2008 at 8:04 AM, Tony [EMAIL PROTECTED] wrote: Hi All, Here's a solution to find the visible elements in Firefox. Override the Elements class in MozillaBaseElement.rb file to

[wtr-general] Re: How to upload a file in Chinese operation system?

2008-10-28 Thread wesley chen
Hi, Wiston, Your script won't work, it just open the choose file dialog and then hang. Would you please retest the script again? Thanks. Wesley Man should be hard to himself, but tolerant to others. --~--~-~--~~~---~--~~ You received this message because you are