Hi All,
     Thank you for all the help in the past
 
I have one more question
          
         I have generated a test suite in WATIR + RUBY. I need the test suite to take a screen shot of the pages at certain points in each test cases. So I used Screencapture functionality available which is of no use to my requirement coz It will take a snapshot of only the visible portion. I need to scroll down but this scroll down functionality also doesnt work coz the User Interface which Im testing has dynamic content so autscroll or few other similar functionality wont work
 
So we have tried to use the
 
 
$IE0.send_keys("{ALT}{f}+a {C}{:}{\\}{U}{I}{A}{p}{p}{T}{\\}{R}{e}{s}{u}{l}{t}{s}{\\}{I}{m}{a}{g}{e}{s}{\\}{T}{e}{s}{t}{_}{0}{1}{_}{3}{0}{\\}{1}{2}{3}{.}{m}{h}{t}{m}{l}{TAB} {DOWN} {DOWN} {TAB} {ALT}{s}")>>
 
 
where in we are forcing page to be saved in a particular folder.
 
I was wondering if any one can tell me if we can use a variable in the send_keys so that I can store it any where with out hard coding it.
 
Or could any one of you please tell me a better way of saving pages in HTML/MHT with out loosing the content.
 
Thanks!
Deepa
 


Whatever you can do or dream you can, begin it. Boldness has genius, power, and magic in it.
--Johann Wolfgang von Goethe
 
------------------------------------------------------------------------
Deepa Mallapareddy,
4981,Catoctin Drive,
Apt#15,San Diego
CA - 92115


Celebrate Earth Day everyday! Discover 10 things you can do to help slow climate change. Yahoo! Earth Day
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to