<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div>
<div><font color="#0000ff" face="Arial" size="2"><span>Carl
-- We have not developed libraries for WATIR to interface with SAFS or STAF, but
my bet is<br> that it can
be done. If WATIR can interface to C DLLS or VB DLLs or COM, then it
should be<br> able to connect
with SAFS.</span></font></div>
<div><font color="#0000ff" face="Arial" size="2"><span></span></font> </div>
<div><font color="#0000ff" face="Arial" size="2"><span>Can we
call these DLL's from the watir ?</span></font></div></div></div></blockquote><div><br>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.
<br><br>In other words, Ruby can do all these things, and that is enough to make SAFS work with Watir.<br><br>Bret<br></div><br></div>