Community Page
- marekj.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- are you sure you wouldn't be happier with a more pythonic language?
- sorry for delay. yeah you can execute this UseCase type test in a test harness like Test Unit class T < Watir::TestCase def test_google GoogleTest.new.run end end or begin GoogleTest.new.run...
- Nice example!
- Interesting concept. Please continue your posts as they are informative. Just curious... how are you handling errors or failures? let's say on the googlepage, you want to make sure the word...
- Another tool that I have used in the past is the most excellent chaosreader.pl perl script. You can take a .pcap capture from tcpdump or Wireshark and run it through chaosreader and extract all...
Jump to original thread »
Desktop Screenshots with Watir, win32screenshot, RMagick and Snagit
Started by marekj · 9 months ago
Here is what I had with win32screenshot and RMagick (later replaced with Snagit)
# Runtime Test Housekeeping place
module TestRun
# at runtime takes a screenshot of the desktop and saves it in log dir.
# you must install win32screenshot gem and RMagic package for this to ... Continue reading »
# Runtime Test Housekeeping place
module TestRun
# at runtime takes a screenshot of the desktop and saves it in log dir.
# you must install win32screenshot gem and RMagic package for this to ... Continue reading »
0 comments
This thread has no comments yet.