Carl -- We have not developed libraries for WATIR to interface with SAFS or STAF, but my bet is
          that it can be done.  If WATIR can interface to C DLLS or VB DLLs or COM, then it should be
         able to connect with SAFS.
 
Can we call these DLL's from the watir ?

Yes. Watir controls IE via its COM interface. In fact Watir actually extends Ruby's COM support (ie. WIN32OLE). Ruby can also directly call any DLL. Watir uses this ability for our limited support of Windows dialogs.

In other words, Ruby can do all these things, and that is enough to make SAFS work with Watir.

Bret

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to