On Aug 6, 8:32 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> rama wrote:
> >         I was trying to improve speeds for selenium execution on
> > firefox. One place where we can optimize is disable rendering
>
> You mean completely disabling layout?
>
> Just run your test in a display:none iframe if all you want is the DOM.
>
> -Boris

yes, I wanted to know if there is a way to completely disable layout.

That was a nice suggestion but it would require modification to the
site to be tested. Moreover the tests check for visibility of certain
elements. Since the display is set to none, this will hinder the way
tests are written.
Is there a method to change the firefox configs or add a patch to
firefox to enable this mode, so that we can run all the existing tests
without any modification.

Thanks,
rama
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to