如何从 NUnit 测试控制 Chrome 浏览器?

发布于 2024-09-01 11:03:29 字数 252 浏览 3 评论 0原文

从 NUnit 测试控制 Chrome (pc/mac) 的最简单方法是什么?

我希望它做的事情:

  • 使用我指定的代理服务器,
  • 不会弹出任何需要单击的对话框。
  • 打开我指定的 url
  • close

使用 firefox,我可以通过写出临时的 firefox 配置文件并告诉 firefox 使用它来完成所有这些操作。如果有人知道 IE 这个问题的答案,我也很想听听。

What is the easiest way to control Chrome (pc/mac) from an NUnit test?

Things I want it to do:

  • Use a proxy server I specify
  • not bring up any dialog boxes that need to be clicked.
  • open a url I specify
  • close

With firefox I can do all these things by writing out a temp firefox profile, and telling firefox to use it. If someone knows an answer to this question for IE, I'd also love to hear about it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

分分钟 2024-09-08 11:03:29

您需要Watin

You need Watin

晒暮凉 2024-09-08 11:03:29

您可以使用 Watir 来执行此操作:
http://watirwebdriver.com/browser-proxies/

不幸的是我不知道你是否可以使用Ironruby 的 Watir 使这项工作可以在 NUnit 测试中工作,而无需许多 ruby​​ 依赖项。

You can use Watir to do this:
http://watirwebdriver.com/browser-proxies/

Unfortunately I don't know if you can use Watir from Ironruby to make this work in an NUnit test without having to many ruby dependencies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文