在 SSIS 的脚本任务上使用 Web 浏览器
您好,我需要从需要在 SSIS(SQL Server Integration Services 2008 R2)脚本上进行表单身份验证(通过 SSL)的网站下载文件任务。
我目前正在使用 VB.NET 和 COM CreateObject("InternetExplorer.Application"),C# 代码也对我有帮助。
我有一些疑问,
- 是否有更好的网络浏览器包装库,例如使用SELENIUM或WATIN?
- 如何使用此浏览器控件执行下载?
感谢您的帮助,
Gabriel Guimarães
Hi I'm in need to download a file from a site that requires Forms Auth (through SSL) on a SSIS (SQL Server Integration Services 2008 R2) Script Task.
I'm currently using VB.NET with COM CreateObject("InternetExplorer.Application"), C# code is helping me also.
I've a few doubts,
- Is there a better wrapper library for webbrowser like using SELENIUM or WATIN?
- How do I perform a download with this browser control?
Any help is appreciated,
Gabriel Guimarães
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Watin。它有非常完整的 API 和很棒的文档
You could use Watin. It has a very complete API and great documentation