<tfoot id='7h0yP'></tfoot>
  1. <legend id='7h0yP'><style id='7h0yP'><dir id='7h0yP'><q id='7h0yP'></q></dir></style></legend>
    • <bdo id='7h0yP'></bdo><ul id='7h0yP'></ul>

    <small id='7h0yP'></small><noframes id='7h0yP'>

      <i id='7h0yP'><tr id='7h0yP'><dt id='7h0yP'><q id='7h0yP'><span id='7h0yP'><b id='7h0yP'><form id='7h0yP'><ins id='7h0yP'></ins><ul id='7h0yP'></ul><sub id='7h0yP'></sub></form><legend id='7h0yP'></legend><bdo id='7h0yP'><pre id='7h0yP'><center id='7h0yP'></center></pre></bdo></b><th id='7h0yP'></th></span></q></dt></tr></i><div id='7h0yP'><tfoot id='7h0yP'></tfoot><dl id='7h0yP'><fieldset id='7h0yP'></fieldset></dl></div>
    1. 当我尝试通过使用 Selenium RC 单击提交按钮进入下

      时间:2023-10-01

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

                <tbody id='klHSb'></tbody>
              • <bdo id='klHSb'></bdo><ul id='klHSb'></ul>
                <i id='klHSb'><tr id='klHSb'><dt id='klHSb'><q id='klHSb'><span id='klHSb'><b id='klHSb'><form id='klHSb'><ins id='klHSb'></ins><ul id='klHSb'></ul><sub id='klHSb'></sub></form><legend id='klHSb'></legend><bdo id='klHSb'><pre id='klHSb'><center id='klHSb'></center></pre></bdo></b><th id='klHSb'></th></span></q></dt></tr></i><div id='klHSb'><tfoot id='klHSb'></tfoot><dl id='klHSb'><fieldset id='klHSb'></fieldset></dl></div>
                <legend id='klHSb'><style id='klHSb'><dir id='klHSb'><q id='klHSb'></q></dir></style></legend>
              • <tfoot id='klHSb'></tfoot>
                本文介绍了当我尝试通过使用 Selenium RC 单击提交按钮进入下一页时,在 30000 毫秒后超时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在通过 java 使用 Selenium RC.在第一页填写必要的数据-->点击提交按钮进入下一页.我的代码是:

                I am using Selenium RC by java. Fill up necessary data on 1st page-->Click Submit button to go next page. My code is:

                selenium.click("Submit");
                selenium.waitForPageToLoad("30000");
                

                点击提交按钮后发现错误:

                After clicking Submit button I found the error:

                com.thoughtworks.selenium.SeleniumException: Timed out after 30000ms
                

                谁能帮帮我?

                推荐答案

                Selenium.waitforpagetoload("30000");

                Selenium.waitforpagetoload("30000");

                表示您给时间 30000 m.s= 30 秒

                这意味着您的页面需要 30 多秒才能完全加载.

                It means your page is taking more than 30 seconds to load completely.

                所以为了避免错误给更多的时间.比如 60 秒或 90 秒.

                So in order to avoid the error give more time. like 60 seconds or 90 seconds.

                通过手动单击提交大致查看页面完全加载所需的时间并记下时间.(如果您的互联网连接较低,则可能需要很长时间).

                Once roughly see how much time the page is taking to load completely by clicking on the Submit manually and note down the time.(it may take long time if your internet connection is low).

                所以在检查了加载时间之后,在

                So after checking the time it is taking to load, Give that time in

                selenium.waitforpagetoload("time in m.sec").

                这篇关于当我尝试通过使用 Selenium RC 单击提交按钮进入下一页时,在 30000 毫秒后超时的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:将 window tester 与 eclipse 集成以测试 UI 下一篇:如果其他测试失败,我可以跳过 Junit 测试吗?

                相关文章

                最新文章

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

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

                  • <bdo id='T6gPG'></bdo><ul id='T6gPG'></ul>
                  <tfoot id='T6gPG'></tfoot>