[wtr-general] Re: JSSH for Firefox3.1

2008-12-24 Thread Aleksey Tyschenko
It contains xpi only for FF3.0. FF3.1 can be run with this extension but after Watir::Browser.new it crashes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: JSSH for Firefox3.1

2008-12-24 Thread al3kc
It contains xpi only for FF3.0. FF3.1 can be run with this extension but after Watir::Browser.new it crashes. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: JSSH for Firefox3.1

2008-12-24 Thread Wilson Xu
How about use FireWatir::Firefox.start(url) or ff = FireWatir::Firefox.new; ff.goto(url)? Wilson Xu On Wed, Dec 24, 2008 at 4:22 PM, Aleksey Tyschenko aleks.kiev...@gmail.comwrote: It contains xpi only for FF3.0. FF3.1 can be run with this extension but after Watir::Browser.new it crashes.

[wtr-general] Re: JSSH for Firefox3.1

2008-12-24 Thread Angrez Singh
Right now I think its in beta version once it gets released and code is stable we can get the JSSh xpi for Firefox 3.1 - Angrez On Wed, Dec 24, 2008 at 2:01 PM, Wilson Xu xu.xiaodong.wil...@gmail.comwrote: How about use FireWatir::Firefox.start(url) or ff = FireWatir::Firefox.new;

[wtr-general] Re: CI reporter issue

2008-12-24 Thread Tiffany Fodor
Hi Basu! Are you getting any kind of error message when the xml file is not generated? Can you provide some details on how you're using ci_reporter (where in your harness it's being called, etc.) Thanks! -Tiffany On Dec 23, 2:14 am, basu bas.go...@gmail.com wrote: I am using CI reporter for

[wtr-general] Re: Unable to open an email in Gmail version 2

2008-12-24 Thread Wilson Xu
I write a simple test code, I met issue after click each email, please look at my code, please let me know if you resolve. require 'watir' ie = Watir::IE.start(http://mail.google.com;) ie.bring_to_front ie.text_field(:id, 'Email').set('xu.xiaodong.wilson') ie.text_field(:id,

[wtr-general] Re: JSSH for Firefox3.1

2008-12-24 Thread Wilson Xu
Why do you always use Firefox3.1, I think you can use firefox2.x version to your testing when jssh3.x is not ready for release. Wilson Xu On Dec 24, 6:18 pm, Angrez Singh ang...@gmail.com wrote: Right now I think its in beta version once it gets released and code is stable we can get the JSSh