Re: [wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-08-02 Thread Ethan
on updating Vapir: I regularly incorporate any improvements made to
Firewatir into Vapir-Firefox, and likewise with the IE version. FireWatir
doesn't seem to get much activity, though, codewise these days.

On Tue, Jul 27, 2010 at 03:58, gs grzegorz.q...@googlemail.com wrote:

 Hi,

 Thanks Ethan... It works like a charm!! :)

 I need to do more test with Vapir to be sure that all tests work like
 with FireWatir.

 Just to be clear. I am wondering about the Vapir updates. Will you
 support it to have all such functionalities as Watir and FireWatir?
 Cause if all will go smoothly than I would think about moving to Vapir
 but would like to have clear view about the point that if new support
 or fix, implementation will be made for FireWatir will you try to
 merge it into Vapir project?

 Br,
 GS



 On Jul 26, 7:26 pm, Ethan notet...@gmail.com wrote:
  I've added a wiki page for this at:
 http://wiki.github.com/vapir/vapir/getting-started
 
 
 
  On Mon, Jul 26, 2010 at 05:46, gs grzegorz.q...@googlemail.com wrote:
   Hi Ethan,
 
   Could you provide me with script example how to user vapir?
 
   As I have installed it (vapir-common, vapir-firefox) and how to
   continue with it?
 
   Shall I start my script with:
 
   require 'firewatir'
 
   ff = FireWatir::Firefox.new
 
   ?
 
   Br,
   GS
 
   On Jul 24, 1:52 am, Ethan notet...@gmail.com wrote:
This is fixed in Vapir-Firefox, an improved fork of firewatir - see
 the
   page
for that project athttp://vapir.org/andits wiki athttp://
   wiki.github.com/vapir/vapir/
 
On Fri, Jul 23, 2010 at 11:23, gs grzegorz.q...@googlemail.com
 wrote:
 Hi,
 
 I am using Firewatir under Mac
 
 I've faced an issue with clicking on link:
 
 ff.link(:text, Löschen).click
 
 Watir::Exception::UnknownObjectException: Unable to locate element,
 using :text, L\303\266schen
 
 Does any one has an idea why Löschen is being parsed by firewatir
 as
 L\303\266schen ?
 
 And any solution for such a problem?
 
 Br,
 GS
 
 --
 Before posting, please readhttp://watir.com/support. In short:
 search
 before you ask, be nice.
 
 You received this message because you are subscribed to
http://groups.google.com/group/watir-general
 To post: watir-general@googlegroups.com
 To unsubscribe: 
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 watir-general%2bunsubscr...@goog legroups.com
   watir-general%2bunsubscr...@goog legroups.com
 
   --
   Before posting, please readhttp://watir.com/support. In short: search
   before you ask, be nice.
 
   You received this message because you are subscribed to
  http://groups.google.com/group/watir-general
   To post: watir-general@googlegroups.com
   To unsubscribe: 
   watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 watir-general%2bunsubscr...@goog legroups.com

 --
 Before posting, please read http://watir.com/support. In short: search
 before you ask, be nice.

 You received this message because you are subscribed to
 http://groups.google.com/group/watir-general
 To post: watir-general@googlegroups.com
 To unsubscribe: 
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-08-02 Thread Ethan
It is true that it is slow on mac (also on ruby 1.9 on windows), and that is
currently near the top of my priorities for improvement.

For clicking a modal dialog, startClicker does not exist in vapir. See
http://wiki.github.com/vapir/vapir/modal-dialogs for information on Vapir's
modal dialog API.

On Tue, Jul 27, 2010 at 04:27, grzegorz.smaj...@gmail.com 
grzegorz.smaj...@gmail.com wrote:

 Just noticed that Vapir is working very slownly under Mac...any
 possibilities to speed it up?
 Also I am using in my test startClicker (in FireWatir) it does not
 throw an exception so if it will not be found than it proceedes..but
 in Vapir..it throws an exception that modal was not found. Any advice
 of omitting this behavior?

 Sorry for so many questions :)

 Br,
 GS

 On Jul 27, 9:58 am, gs grzegorz.q...@googlemail.com wrote:
  Hi,
 
  Thanks Ethan... It works like a charm!! :)
 
  I need to do more test with Vapir to be sure that all tests work like
  with FireWatir.
 
  Just to be clear. I am wondering about the Vapir updates. Will you
  support it to have all such functionalities as Watir and FireWatir?
  Cause if all will go smoothly than I would think about moving to Vapir
  but would like to have clear view about the point that if new support
  or fix, implementation will be made for FireWatir will you try to
  merge it into Vapir project?
 
  Br,
  GS
 
  On Jul 26, 7:26 pm, Ethan notet...@gmail.com wrote:
 
 
 
   I've added a wiki page for this at:
 http://wiki.github.com/vapir/vapir/getting-started
 
   On Mon, Jul 26, 2010 at 05:46, gs grzegorz.q...@googlemail.com
 wrote:
Hi Ethan,
 
Could you provide me with script example how to user vapir?
 
As I have installed it (vapir-common, vapir-firefox) and how to
continue with it?
 
Shall I start my script with:
 
require 'firewatir'
 
ff = FireWatir::Firefox.new
 
?
 
Br,
GS
 
On Jul 24, 1:52 am, Ethan notet...@gmail.com wrote:
 This is fixed in Vapir-Firefox, an improved fork of firewatir - see
 the
page
 for that project athttp://vapir.org/anditswiki athttp://
wiki.github.com/vapir/vapir/
 
 On Fri, Jul 23, 2010 at 11:23, gs grzegorz.q...@googlemail.com
 wrote:
  Hi,
 
  I am using Firewatir under Mac
 
  I've faced an issue with clicking on link:
 
  ff.link(:text, Löschen).click
 
  Watir::Exception::UnknownObjectException: Unable to locate
 element,
  using :text, L\303\266schen
 
  Does any one has an idea why Löschen is being parsed by
 firewatir as
  L\303\266schen ?
 
  And any solution for such a problem?
 
  Br,
  GS
 
  --
  Before posting, please readhttp://watir.com/support. In short:
 search
  before you ask, be nice.
 
  You received this message because you are subscribed to
 http://groups.google.com/group/watir-general
  To post: watir-general@googlegroups.com
  To unsubscribe: 
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 watir-general%2bunsubscr...@goog legroups.com
watir-general%2bunsubscr...@goog legroups.com
 
--
Before posting, please readhttp://watir.com/support. In short:
 search
before you ask, be nice.
 
You received this message because you are subscribed to
   http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: 
watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 watir-general%2bunsubscr...@goog legroups.com

 --
 Before posting, please read http://watir.com/support. In short: search
 before you ask, be nice.

 You received this message because you are subscribed to
 http://groups.google.com/group/watir-general
 To post: watir-general@googlegroups.com
 To unsubscribe: 
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-07-27 Thread gs
Hi,

Thanks Ethan... It works like a charm!! :)

I need to do more test with Vapir to be sure that all tests work like
with FireWatir.

Just to be clear. I am wondering about the Vapir updates. Will you
support it to have all such functionalities as Watir and FireWatir?
Cause if all will go smoothly than I would think about moving to Vapir
but would like to have clear view about the point that if new support
or fix, implementation will be made for FireWatir will you try to
merge it into Vapir project?

Br,
GS



On Jul 26, 7:26 pm, Ethan notet...@gmail.com wrote:
 I've added a wiki page for this 
 at:http://wiki.github.com/vapir/vapir/getting-started



 On Mon, Jul 26, 2010 at 05:46, gs grzegorz.q...@googlemail.com wrote:
  Hi Ethan,

  Could you provide me with script example how to user vapir?

  As I have installed it (vapir-common, vapir-firefox) and how to
  continue with it?

  Shall I start my script with:

  require 'firewatir'

  ff = FireWatir::Firefox.new

  ?

  Br,
  GS

  On Jul 24, 1:52 am, Ethan notet...@gmail.com wrote:
   This is fixed in Vapir-Firefox, an improved fork of firewatir - see the
  page
   for that project athttp://vapir.org/andits wiki athttp://
  wiki.github.com/vapir/vapir/

   On Fri, Jul 23, 2010 at 11:23, gs grzegorz.q...@googlemail.com wrote:
Hi,

I am using Firewatir under Mac

I've faced an issue with clicking on link:

ff.link(:text, Löschen).click

Watir::Exception::UnknownObjectException: Unable to locate element,
using :text, L\303\266schen

Does any one has an idea why Löschen is being parsed by firewatir as
L\303\266schen ?

And any solution for such a problem?

Br,
GS

--
Before posting, please readhttp://watir.com/support. In short: search
before you ask, be nice.

You received this message because you are subscribed to
   http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: 
watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@goog
 legroups.com
  watir-general%2bunsubscr...@goog legroups.com

  --
  Before posting, please readhttp://watir.com/support. In short: search
  before you ask, be nice.

  You received this message because you are subscribed to
 http://groups.google.com/group/watir-general
  To post: watir-general@googlegroups.com
  To unsubscribe: 
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@goog 
  legroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-07-27 Thread grzegorz.smaj...@gmail.com
Just noticed that Vapir is working very slownly under Mac...any
possibilities to speed it up?
Also I am using in my test startClicker (in FireWatir) it does not
throw an exception so if it will not be found than it proceedes..but
in Vapir..it throws an exception that modal was not found. Any advice
of omitting this behavior?

Sorry for so many questions :)

Br,
GS

On Jul 27, 9:58 am, gs grzegorz.q...@googlemail.com wrote:
 Hi,

 Thanks Ethan... It works like a charm!! :)

 I need to do more test with Vapir to be sure that all tests work like
 with FireWatir.

 Just to be clear. I am wondering about the Vapir updates. Will you
 support it to have all such functionalities as Watir and FireWatir?
 Cause if all will go smoothly than I would think about moving to Vapir
 but would like to have clear view about the point that if new support
 or fix, implementation will be made for FireWatir will you try to
 merge it into Vapir project?

 Br,
 GS

 On Jul 26, 7:26 pm, Ethan notet...@gmail.com wrote:



  I've added a wiki page for this 
  at:http://wiki.github.com/vapir/vapir/getting-started

  On Mon, Jul 26, 2010 at 05:46, gs grzegorz.q...@googlemail.com wrote:
   Hi Ethan,

   Could you provide me with script example how to user vapir?

   As I have installed it (vapir-common, vapir-firefox) and how to
   continue with it?

   Shall I start my script with:

   require 'firewatir'

   ff = FireWatir::Firefox.new

   ?

   Br,
   GS

   On Jul 24, 1:52 am, Ethan notet...@gmail.com wrote:
This is fixed in Vapir-Firefox, an improved fork of firewatir - see the
   page
for that project athttp://vapir.org/anditswiki athttp://
   wiki.github.com/vapir/vapir/

On Fri, Jul 23, 2010 at 11:23, gs grzegorz.q...@googlemail.com wrote:
 Hi,

 I am using Firewatir under Mac

 I've faced an issue with clicking on link:

 ff.link(:text, Löschen).click

 Watir::Exception::UnknownObjectException: Unable to locate element,
 using :text, L\303\266schen

 Does any one has an idea why Löschen is being parsed by firewatir as
 L\303\266schen ?

 And any solution for such a problem?

 Br,
 GS

 --
 Before posting, please readhttp://watir.com/support. In short: search
 before you ask, be nice.

 You received this message because you are subscribed to
http://groups.google.com/group/watir-general
 To post: watir-general@googlegroups.com
 To unsubscribe: 
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@goog
  legroups.com
   watir-general%2bunsubscr...@goog legroups.com

   --
   Before posting, please readhttp://watir.com/support. In short: search
   before you ask, be nice.

   You received this message because you are subscribed to
  http://groups.google.com/group/watir-general
   To post: watir-general@googlegroups.com
   To unsubscribe: 
   watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@goog
legroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


[wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-07-26 Thread gs
Hi Ethan,

Could you provide me with script example how to user vapir?

As I have installed it (vapir-common, vapir-firefox) and how to
continue with it?

Shall I start my script with:

require 'firewatir'

ff = FireWatir::Firefox.new

?

Br,
GS

On Jul 24, 1:52 am, Ethan notet...@gmail.com wrote:
 This is fixed in Vapir-Firefox, an improved fork of firewatir - see the page
 for that project athttp://vapir.org/and its wiki 
 athttp://wiki.github.com/vapir/vapir/



 On Fri, Jul 23, 2010 at 11:23, gs grzegorz.q...@googlemail.com wrote:
  Hi,

  I am using Firewatir under Mac

  I've faced an issue with clicking on link:

  ff.link(:text, Löschen).click

  Watir::Exception::UnknownObjectException: Unable to locate element,
  using :text, L\303\266schen

  Does any one has an idea why Löschen is being parsed by firewatir as
  L\303\266schen ?

  And any solution for such a problem?

  Br,
  GS

  --
  Before posting, please readhttp://watir.com/support. In short: search
  before you ask, be nice.

  You received this message because you are subscribed to
 http://groups.google.com/group/watir-general
  To post: watir-general@googlegroups.com
  To unsubscribe: 
  watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@goog 
  legroups.com

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com


Re: [wtr-general] Re: UTF8 encode in FireWatir under Mac

2010-07-26 Thread Ethan
I've added a wiki page for this at:
http://wiki.github.com/vapir/vapir/getting-started

On Mon, Jul 26, 2010 at 05:46, gs grzegorz.q...@googlemail.com wrote:

 Hi Ethan,

 Could you provide me with script example how to user vapir?

 As I have installed it (vapir-common, vapir-firefox) and how to
 continue with it?

 Shall I start my script with:

 require 'firewatir'

 ff = FireWatir::Firefox.new

 ?

 Br,
 GS

 On Jul 24, 1:52 am, Ethan notet...@gmail.com wrote:
  This is fixed in Vapir-Firefox, an improved fork of firewatir - see the
 page
  for that project athttp://vapir.org/and its wiki athttp://
 wiki.github.com/vapir/vapir/
 
 
 
  On Fri, Jul 23, 2010 at 11:23, gs grzegorz.q...@googlemail.com wrote:
   Hi,
 
   I am using Firewatir under Mac
 
   I've faced an issue with clicking on link:
 
   ff.link(:text, Löschen).click
 
   Watir::Exception::UnknownObjectException: Unable to locate element,
   using :text, L\303\266schen
 
   Does any one has an idea why Löschen is being parsed by firewatir as
   L\303\266schen ?
 
   And any solution for such a problem?
 
   Br,
   GS
 
   --
   Before posting, please readhttp://watir.com/support. In short: search
   before you ask, be nice.
 
   You received this message because you are subscribed to
  http://groups.google.com/group/watir-general
   To post: watir-general@googlegroups.com
   To unsubscribe: 
   watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com
 watir-general%2bunsubscr...@goog legroups.com

 --
 Before posting, please read http://watir.com/support. In short: search
 before you ask, be nice.

 You received this message because you are subscribed to
 http://groups.google.com/group/watir-general
 To post: watir-general@googlegroups.com
 To unsubscribe: 
 watir-general+unsubscr...@googlegroups.comwatir-general%2bunsubscr...@googlegroups.com


-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: watir-general@googlegroups.com
To unsubscribe: watir-general+unsubscr...@googlegroups.com