On Aug 17, 5:24 pm, Ethan <
notet...@gmail.com> wrote:
> It is very slow, especially entering text fields. I know, and this is a high
> priority for me to fix.
> You can turn off typing keys, if you do not need that simulated, and that
> should speed up that aspect significantly. The interface to set that option
> doesn't exist in the firefox version of vapir, but you can make it happen
> using:
>
> class Vapir::Firefox::Element
> def type_keys
> false
> end
> end
>
> That's an ugly way to do it, but it'll work.
> The rest of vapir-firefox is still slow (except on windows with ruby 1.8,
> for whatever reason - I'm not entirely sure why), and improving that is a
> high priority.
>
> On Tue, Aug 17, 2010 at 08:34, Grzegorz Smajdor