使用 WatiN 处理 Windows 7 中的证书对话框窗口
我在使用 WatiN 的 Windows 7 中遇到了处理证书对话框窗口的问题。我应该使用什么对话框处理程序?我已经尝试了所有可用的课程,但仍然没有结果。
I've faced with a problem handling certificate dialog window in Windows 7 with WatiN. What dialog handler should I use? I've tried all available classes but still no results.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 SendKeys 方法在没有帮助的情况下处理对话框
请参阅此文章:
需要一种方法来对 Firefox 或任何其他浏览器弹出窗口执行自动确认
You can handle the dialog without watin help by using SendKeys method
See this post:
Need a way to perform auto confirm for firefox or any other browser popup's