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

      1. <legend id='gywgJ'><style id='gywgJ'><dir id='gywgJ'><q id='gywgJ'></q></dir></style></legend>
      2. <tfoot id='gywgJ'></tfoot>
      3. <small id='gywgJ'></small><noframes id='gywgJ'>

      4. 等待 Selenium 中的页面加载

        时间:2023-07-13
        <tfoot id='amiCV'></tfoot>
          <bdo id='amiCV'></bdo><ul id='amiCV'></ul>
            <tbody id='amiCV'></tbody>

          <small id='amiCV'></small><noframes id='amiCV'>

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

                  本文介绍了等待 Selenium 中的页面加载的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何让 Selenium 2.0 等待页面加载?

                  How do you make Selenium 2.0 wait for the page to load?

                  推荐答案

                  使用类WebDriverWait

                  另请参阅此处

                  您可以期望显示一些元素.类似于 C# 中的内容:

                  You can expect to show some element. something like in C#:

                  WebDriver _driver = new WebDriver();
                  WebDriverWait _wait = new WebDriverWait(_driver, new TimeSpan(0, 1, 0));
                  
                  _wait.Until(d => d.FindElement(By.Id("Id_Your_UIElement")));
                  

                  这篇关于等待 Selenium 中的页面加载的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Selenium webdriver:修改 navigator.webdriver 标志以防止硒检测 下一篇:Selenium WebDriver 在线程“main"中抛出异常.org.openqa.selenium.E

                  相关文章

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

                        <bdo id='u6aoD'></bdo><ul id='u6aoD'></ul>
                      <legend id='u6aoD'><style id='u6aoD'><dir id='u6aoD'><q id='u6aoD'></q></dir></style></legend><tfoot id='u6aoD'></tfoot>

                      <small id='u6aoD'></small><noframes id='u6aoD'>