[wtr-general] Re: How to save a cookie and reload it?

2008-11-09 Thread jnxgn
Alex, Thank you so much, I will try it. On 11月9日, 下午4时56分, alex.ikhelis [EMAIL PROTECTED] wrote: Try to output cookies values and you will see how your browser's document keeps it: puts ie.document.cookie or puts tmpcookie it should be a string with cookie_name=cookie_value pairs

[wtr-general] Re: How to save a cookie and reload it?

2008-11-09 Thread alex.ikhelis
Try to output cookies values and you will see how your browser's document keeps it: puts ie.document.cookie or puts tmpcookie it should be a string with cookie_name=cookie_value pairs separated with semicolon. E.g. SERVER=213 means that there is 1 cookie named SERVER set to value of 213 in your

[wtr-general] Tutorial Examples now 'missing'

2008-11-09 Thread Chuck vdL
I think I found them back on the 1.5 branch, but the trunk based links to the Examples folder given in the tutorial are no longer working. I installed watir just before you bumped to 1.6 but have been busy with other things at work and was just now starting on the tutorial. Is someone slated