Arjen Ruiterkamp

Results 4 comments of Arjen Ruiterkamp

I noticed the same thing, while it would not run out of memory due to a fairly high memory limit, the test suite would slow down exponentially to a point...

Just for future reference if anyone hits this via a Google search, to troubleshoot the actual messages: - Make sure the DataFactory module is defined **before** your ORM module, see...

I was getting this error when I tried to capture a screenshot of an element while my browser window was too small to fully fit the element. Resizing/maximizing the browser...

Just giving another heads up here but I was getting this exception while taking a screenshot in IE. Adding `browser.window.size` to `watir/extensions/element/screenshot.rb` before the `browser.screenshot.save(file)` line solved my problem (no...