Hi Manish,<br><br>Its a great news that you were able to run FireWatir on Linux. As far as I know you can run FireWatir on any platform by removing the code that access Win32 objects, or that uses Win32 API for clicking on the dialogs. I was able to run it on MAC here by including this code only when required 
i.e. I include the code only when a new instance of IE is created.<br><br>So theoretically it is possible to run FireWatir on any platform. The only problem is what you are facing right now i.e. how to click the dialog boxes on that particular platform? Once we find solution to this, WATiR can be made a multi-platform testing tool.
<br><br>Regards,<br>Angrez<br><br><div><span class="gmail_quote">On 7/10/06, <b class="gmail_sendername">Manish Sapariya</b> &lt;<a href="mailto:manishs@reconnex.net">manishs@reconnex.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All,<br><br>Dave provided me following xpi for jssh and FireWatir worked as expected on<br>- Fedora&nbsp;&nbsp;Core<br>- Firefox <a href="http://1.5.0.1">1.5.0.1</a>.<br><br><a href="http://people.mozilla.com/~davel/jssh/jssh-Linux-1.5.0.x.xpi">
http://people.mozilla.com/~davel/jssh/jssh-Linux-1.5.0.x.xpi</a><br><br>Thanks to Dave for providing me the xpi.<br>Currently I could only run links_xpath_test.rb.<br>I haven't tried any other test though.<br>Next step for me to get the javascript_test.rb working which
<br>involves clicking on the dialog boxes.<br><br>Current solution I am planning to implement is to click on the<br>dialog boxes using external process using dogtail testscripts,<br>like watir 1.4.<br><br>Dogtail is in python. I googled around to search for something
<br>ruby, but in vain.<br>Any suggestion will be of great help.<br>Thanks and Regards,<br>Manish<br><br><br>_______________________________________________<br>Wtr-general mailing list<br><a href="mailto:Wtr-general@rubyforge.org">
Wtr-general@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/wtr-general">http://rubyforge.org/mailman/listinfo/wtr-general</a><br></blockquote></div><br>