Daniel Serodio wrote:
How can I make the Log console less tall?
If you're using the 0.5 release, the console will tend to expand to infinity. Is that the problem you're having? You could always set a "height" on the "logging-console" div, but make sure you add "overflow: auto" too.
On the SVN trunk, I've restyled the Logging Console so that it's a <div> floating about the AUT frame. By default it takes up 30% of the height, but this can be easily changed by editing selenium.css.
-- cheers, MikeW http://www.dogbiscuit.org/mdub/ _______________________________________________ Selenium-users mailing list [email protected] http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users
