久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='C7sLs'><style id='C7sLs'><dir id='C7sLs'><q id='C7sLs'></q></dir></style></legend>

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

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

        <tfoot id='C7sLs'></tfoot>

        在不打開任何瀏覽器的情況下使用 Java 中的 sel

        Testing with a selenium driver in Java without opening any browser(在不打開任何瀏覽器的情況下使用 Java 中的 selenium 驅動程序進行測試)
          <tbody id='Mlq1K'></tbody>
          <bdo id='Mlq1K'></bdo><ul id='Mlq1K'></ul>

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

            • <tfoot id='Mlq1K'></tfoot>

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

                1. 本文介紹了在不打開任何瀏覽器的情況下使用 Java 中的 selenium 驅動程序進行測試的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我需要在 Java 中使用 selenium chrome 驅動程序進行測試.但不應打開 chrome 窗口.假設這是一個產品,不應打開任何窗口.

                  I need to test with selenium chrome driver in Java. But chrome window should't be opened. Assume this a product and no window should be opened.

                  我也看過這個;是否可以在 Selenium RC 中隱藏瀏覽器?但對我來說沒有解決方案.測試應該是獨立于操作系統的,我已經嘗試過 HtmlUnitDriver 進行測試而不打開任何窗口,但它有一些問題.當有通過 id 查找組件時,它可能無法通過 id 查找組件.一些服務器可能會根據瀏覽器發送組件 id,我不知道應該使用什么 id 來測試.

                  I've also looked at this one ; Is it possible to hide the browser in Selenium RC? But no solution for me. The testing should be operating system independent and I've tried HtmlUnitDriver for testing without opening any window but it has some problem. When there is finding components by id, it may not find the component by id. Some servers may send the component id according to browser and I can't know what id I should use to test.

                  因此,我正在嘗試使用 chrome 驅動程序.

                  Because of that I'm trying to use chrome driver.

                  有沒有辦法在不打開 chrome 窗口的情況下使用 chromedriver,或者在 Java 中不打開任何 Selenium 窗口的情況下進行測試?

                  謝謝!

                  推薦答案

                  使用 PhantomJS 但是如果需要在 chromedriver 中運行它們并且你有資源,這個博客有一個很好的秘訣running headless selenium with chrome.要求您下載以下...

                  Go with PhantomJS but if running them in chromedriver is required and you have the resources, this blog has a good recipe on running headless selenium with chrome. Requiring you to download the following...

                  • 虛擬盒子
                  • 流浪者
                  • NodeJS

                  如果您計劃在未來實施 Jenkins 或任何其他 CI,我強烈建議您使用 PhantomJS.

                  If you plan to implement Jenkins or any other CI in the future, I strongly suggest going with PhantomJS though.

                  這篇關于在不打開任何瀏覽器的情況下使用 Java 中的 selenium 驅動程序進行測試的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How can I detect integer overflow on 32 bits int?(如何檢測 32 位 int 上的整數溢出?)
                  Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關系嗎?)
                  How to convert Integer to int?(如何將整數轉換為整數?)
                  How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內創建一個隨機打亂數字的 int 數組)
                  Inconsistent behavior on java#39;s ==(java的行為不一致==)
                  Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠將 0xff000000 存儲為 int?)

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

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

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

                              <tbody id='ez6VY'></tbody>
                            <legend id='ez6VY'><style id='ez6VY'><dir id='ez6VY'><q id='ez6VY'></q></dir></style></legend>

                            <tfoot id='ez6VY'></tfoot>
                          1. 主站蜘蛛池模板: 亚洲成网站 | av片毛片 | 日韩免费毛片 | 国产精品久久久久久久久久了 | 国产欧美日韩一区 | 羞羞视频在线网站观看 | 亚洲人成人一区二区在线观看 | 久久久久久久国产精品 | 欧美精品久久久 | 国产精品国产 | 成人黄色a | av毛片 | 九九热在线免费视频 | 成人不卡| 日韩精品一区二区不卡 | 中文字幕亚洲区 | 欧美视频中文字幕 | 欧美一级欧美一级在线播放 | 欧州一区二区三区 | 国产一级黄色网 | 精品一区二区久久久久久久网站 | 国产91综合一区在线观看 | 特级特黄特色的免费大片 | 99re99| 国产精品国产a级 | 亚洲一区二区三区免费在线观看 | 亚洲乱码一区二区三区在线观看 | 国产乱码高清区二区三区在线 | 国产欧美精品一区二区三区 | 国产成人免费视频网站高清观看视频 | 午夜精品一区二区三区在线视频 | 欧美电影免费观看 | 国产精品久久久久一区二区三区 | 国产一区欧美一区 | 三区在线观看 | 天天影视亚洲综合网 | 四虎成人精品永久免费av九九 | 一级黄大片 | 亚洲男人天堂2024 | 国产日韩一区二区三免费高清 | 精品中文字幕在线 |