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.
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.
Regards,
Angrez
On 7/10/06, Manish Sapariya <[EMAIL PROTECTED]> wrote:
Hi All,
Dave provided me following xpi for jssh and FireWatir worked as expected on
- Fedora Core
- Firefox 1.5.0.1.
http://people.mozilla.com/~davel/jssh/jssh-Linux-1.5.0.x.xpi
Thanks to Dave for providing me the xpi.
Currently I could only run links_xpath_test.rb.
I haven't tried any other test though.
Next step for me to get the _javascript__test.rb working which
involves clicking on the dialog boxes.
Current solution I am planning to implement is to click on the
dialog boxes using external process using dogtail testscripts,
like watir 1.4.
Dogtail is in python. I googled around to search for something
ruby, but in vain.
Any suggestion will be of great help.
Thanks and Regards,
Manish
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
