• <small id='XYCxX'></small><noframes id='XYCxX'>

      <legend id='XYCxX'><style id='XYCxX'><dir id='XYCxX'><q id='XYCxX'></q></dir></style></legend>

    1. <tfoot id='XYCxX'></tfoot>

        • <bdo id='XYCxX'></bdo><ul id='XYCxX'></ul>

      1. <i id='XYCxX'><tr id='XYCxX'><dt id='XYCxX'><q id='XYCxX'><span id='XYCxX'><b id='XYCxX'><form id='XYCxX'><ins id='XYCxX'></ins><ul id='XYCxX'></ul><sub id='XYCxX'></sub></form><legend id='XYCxX'></legend><bdo id='XYCxX'><pre id='XYCxX'><center id='XYCxX'></center></pre></bdo></b><th id='XYCxX'></th></span></q></dt></tr></i><div id='XYCxX'><tfoot id='XYCxX'></tfoot><dl id='XYCxX'><fieldset id='XYCxX'></fieldset></dl></div>

        .NET 是否有 HtmlUnitDriver?

        时间:2023-09-13
          <bdo id='2Zk4v'></bdo><ul id='2Zk4v'></ul>

            <i id='2Zk4v'><tr id='2Zk4v'><dt id='2Zk4v'><q id='2Zk4v'><span id='2Zk4v'><b id='2Zk4v'><form id='2Zk4v'><ins id='2Zk4v'></ins><ul id='2Zk4v'></ul><sub id='2Zk4v'></sub></form><legend id='2Zk4v'></legend><bdo id='2Zk4v'><pre id='2Zk4v'><center id='2Zk4v'></center></pre></bdo></b><th id='2Zk4v'></th></span></q></dt></tr></i><div id='2Zk4v'><tfoot id='2Zk4v'></tfoot><dl id='2Zk4v'><fieldset id='2Zk4v'></fieldset></dl></div>

            • <tfoot id='2Zk4v'></tfoot>

            • <small id='2Zk4v'></small><noframes id='2Zk4v'>

                    <tbody id='2Zk4v'></tbody>

                  <legend id='2Zk4v'><style id='2Zk4v'><dir id='2Zk4v'><q id='2Zk4v'></q></dir></style></legend>
                  本文介绍了.NET 是否有 HtmlUnitDriver?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 Selenium 的 WebDriver 来运行一些 SpecFlow 测试我正在为自学而开发的 ASP.NET MVC 应用程序.

                  I'm using Selenium's WebDriver to run some SpecFlow tests for an ASP.NET MVC app I'm working on for self-education.

                  使用 FirefoxDriverChromeDriver 等都需要很长时间才能运行,使用它们实际上非常令人沮丧(在我看来).

                  Using FirefoxDriver, ChromeDriver, etc. all take so long to run, it's actually pretty frustrating to use them (in my opinion).

                  我读过一个 HtmlUnitDriver据说比基于浏览器的驱动程序快得多;但我似乎无法在 .NET 客户端库(仅限 Java)中找到版本.有 .NET 版本吗?

                  I have read about an HtmlUnitDriver that is supposedly much faster than the browser-based drivers; but I can't seem to find a version in the .NET client library (only Java). Is there a .NET version out there?

                  推荐答案

                  要使用 HtmlUnit,您需要使用 RemoteWebDriver 并为其传递所需的功能.

                  To use HtmlUnit you need to use the RemoteWebDriver and pass in the desired capabilities for it.

                  IWebDriver driver = new RemoteWebDriver(DesiredCapabilities.HtmlUnit())
                  

                  然后你就走了.如果您希望 Firefox 实现运行,请使用

                  and away you go. If you want the Firefox implementation to run use

                  IWebDriver driver = new RemoteWebDriver(DesiredCapabilities.HtmlUnitWithJavaScript())
                  

                  这篇关于.NET 是否有 HtmlUnitDriver?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Selenium WebDriver - 如何使用 C# 设置页面加载超时 下一篇:使用 Selenium 2 查找嵌套的 iFrame

                  相关文章

                1. <small id='poHro'></small><noframes id='poHro'>

                      <bdo id='poHro'></bdo><ul id='poHro'></ul>
                    1. <i id='poHro'><tr id='poHro'><dt id='poHro'><q id='poHro'><span id='poHro'><b id='poHro'><form id='poHro'><ins id='poHro'></ins><ul id='poHro'></ul><sub id='poHro'></sub></form><legend id='poHro'></legend><bdo id='poHro'><pre id='poHro'><center id='poHro'></center></pre></bdo></b><th id='poHro'></th></span></q></dt></tr></i><div id='poHro'><tfoot id='poHro'></tfoot><dl id='poHro'><fieldset id='poHro'></fieldset></dl></div>
                      <tfoot id='poHro'></tfoot>

                      <legend id='poHro'><style id='poHro'><dir id='poHro'><q id='poHro'></q></dir></style></legend>