At 01:36 AM 9/23/2005, Nishita Acharya wrote: >benifits: > >watir can handle multiple ie windows with attach methods > >can i get an estimation of how many windows exactly???
It depends on the resources of the machine it is running on. Watir does not have limits, but it drives IE and there are only so many instances of IE that can be run on a machine. You can manually create IE windows to see what your machine is capable of. > >how can test cases be run invisiblly? -b > >how can one capture screens.?? See screen_capture.rb and its unit tests. >drawbacks: > >will ur next version support modal dialogs? Yes, we have this working experimentally, but have not yet checked in this code. > >The tool doesnt support active X plugins,java applets,macromedia flash >etc...will any of the further versions support it or is it not possible at >all? These could be supported if someone volunteers the code. ____________________ Bret Pettichord www.pettichord.com _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
