On 10/24/2010 08:05 PM, smc314 wrote: > > Hi All, > > I just posted a blog entry and video about how I've been able to use > Selenium with Qooxdoo to automate the testing of my application. Not only > that, when I run within Firefox I can take screenshots directly via > javascript and capture them to png files for my documentation. It really > saves me a lot of time.
Selenium RC since long supports taking screen shots, and this works with any browser (as its based on Java) and you can do it directly from your test driver script. I've even written an extension once to capture the browser window only, but don't know how well it still works. But thanks for the ping back anyway. T. ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
