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

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

        <bdo id='q4ySY'></bdo><ul id='q4ySY'></ul>

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

        <legend id='q4ySY'><style id='q4ySY'><dir id='q4ySY'><q id='q4ySY'></q></dir></style></legend>
      1. 從 Selenium 觸發(fā)時,Google Chrome 無法導航到指定的

        Google Chrome unable to navigate to specified URL when triggered from Selenium(從 Selenium 觸發(fā)時,Google Chrome 無法導航到指定的 URL)

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

        2. <small id='N0I3H'></small><noframes id='N0I3H'>

                • <bdo id='N0I3H'></bdo><ul id='N0I3H'></ul>
                  <legend id='N0I3H'><style id='N0I3H'><dir id='N0I3H'><q id='N0I3H'></q></dir></style></legend>
                  本文介紹了從 Selenium 觸發(fā)時,Google Chrome 無法導航到指定的 URL的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我有一個圍繞 Selenium-WebDriver 開發(fā)的自動化框架,它啟動 Chrome 并導航到指定的 URL 并執(zhí)行指定的自動化.當我委托框架執(zhí)行一項長期任務(wù)并讓它通宵運行時(運行不成功).第二天,當我嘗試重新運行一組新測試時,Selenium 能夠啟動 Chrome,但瀏覽器無法導航到指定的 URL.以下是詳細的堆棧跟蹤.

                  I have an automation framework developed around Selenium-WebDriver which launches Chrome and navigates to specified URL and performs specified automation. When I commissioned the framework to perform a long task and left it overnight to run (Run was not successful). The following day when I tried to re-run a new set of Tests, Selenium was able to fire Chrome but the Browser would not navigate to the specified URL. The following is the detailed stack trace.

                  Starting ChromeDriver (v2.7.236900) on port 60678
                  Exception in thread "main" org.openqa.selenium.WebDriverException: unknown error: cannot get automation extension from unknown error: page could not be found: chrome-extension://aapnijgdinlhnhlmodcfapnahmbfebeb/_generated_background_page.html
                  (Session info: chrome=41.0.2272.118)
                  (Driver info: chromedriver=2.7.236900,platform=Windows NT 6.3 x86_64)   (WARNING: The server did not provide any stacktrace information)
                  Command duration or timeout: 10.12 seconds
                  Build info: version: '2.24.1', revision: '17205', time: '2012-06-19 16:53:24'
                  System info: os.name: 'Windows 8.1', os.arch: 'x86', os.version: '6.3', java.version: '1.8.0_25'
                  Driver info: driver.version: RemoteWebDriver
                  Session ID: a2fafed66d51994e3ef57bada99fddbf
                  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
                  at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
                  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
                  at java.lang.reflect.Constructor.newInstance(Unknown Source)
                  at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:188)
                  at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
                  at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:472)
                  at org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions$RemoteWindow.maximize(RemoteWebDriver.java:683)
                  at com.gravitant.utils.Util.launchBrowser(Util.java:1711)
                  at com.gravitant.test.RunTests.start(RunTests.java:147)
                  at com.gravitant.test.RunTests.main(RunTests.java:80)
                  

                  這是我第二次面臨同樣的問題.當我嘗試用谷歌搜索錯誤時,我能夠找到 this 特定論壇.我試圖重新下載 Chrome_driver 但沒有幫助.重新啟動系統(tǒng)也沒有幫助.我仔細檢查了代碼和所有設(shè)置,但沒有任何改變.奇怪的是,我偶然發(fā)現(xiàn)了一個奇怪的解決方案.

                  This is the second time I am facing the same issue. When I tried to google search the error I was able find this particular forum. I tried to re-download Chrome_driver but it did not help. Restarting the system did not help either. I double checked the code and all the set-up but nothing was changed. Curiously I was able to stumble upon a curious solution.

                  解決方案 - 重新安裝 Chrome 瀏覽器解決了該問題.我能夠完美地運行測試.

                  Solution - Re-installing Chrome Browser solved the issue. I was able to run the tests perfectly.

                  我很想知道為什么會這樣,以及是什么導致 chrome 表現(xiàn)得如此奇怪.

                  I am curious to understand why this was and what might have caused chrome to behave so oddly.

                  推薦答案

                  這里的問題是,Selenium-WebDriver 無法在 chrome 中啟動已安裝的 3rd Party Extensions.我今天也遇到了這個問題,所以我沒有重新安裝谷歌瀏覽器,而是刪除了我在 Chrome 上安裝的所有擴展程序.我安裝了幾個添加攔截器"擴展.

                  The issue here is, Selenium-WebDriver is unable to launch the installed 3rd Party Extensions in chrome. I encountered the issue today as well, so instead of re-installing google chrome, I deleted all the extensions I had installed on Chrome. I have a couple of "Add Blocker" extensions installed.

                  這篇關(guān)于從 Selenium 觸發(fā)時,Google Chrome 無法導航到指定的 URL的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

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

                  相關(guān)文檔推薦

                  How can I detect integer overflow on 32 bits int?(如何檢測 32 位 int 上的整數(shù)溢出?)
                  Local variables before return statements, does it matter?(return 語句之前的局部變量,這有關(guān)系嗎?)
                  How to convert Integer to int?(如何將整數(shù)轉(zhuǎn)換為整數(shù)?)
                  How do I create an int array with randomly shuffled numbers in a given range(如何在給定范圍內(nèi)創(chuàng)建一個隨機打亂數(shù)字的 int 數(shù)組)
                  Inconsistent behavior on java#39;s ==(java的行為不一致==)
                  Why is Java able to store 0xff000000 as an int?(為什么 Java 能夠?qū)?0xff000000 存儲為 int?)
                  <i id='bvoIy'><tr id='bvoIy'><dt id='bvoIy'><q id='bvoIy'><span id='bvoIy'><b id='bvoIy'><form id='bvoIy'><ins id='bvoIy'></ins><ul id='bvoIy'></ul><sub id='bvoIy'></sub></form><legend id='bvoIy'></legend><bdo id='bvoIy'><pre id='bvoIy'><center id='bvoIy'></center></pre></bdo></b><th id='bvoIy'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='bvoIy'><tfoot id='bvoIy'></tfoot><dl id='bvoIy'><fieldset id='bvoIy'></fieldset></dl></div>

                  • <bdo id='bvoIy'></bdo><ul id='bvoIy'></ul>
                      <tbody id='bvoIy'></tbody>

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

                        <tfoot id='bvoIy'></tfoot>
                          • <legend id='bvoIy'><style id='bvoIy'><dir id='bvoIy'><q id='bvoIy'></q></dir></style></legend>

                          • 主站蜘蛛池模板: 欧美一区二区三区在线观看视频 | 亚洲一区在线播放 | 亚洲精品一区二区在线观看 | 精品成人在线视频 | 欧美 日韩 在线播放 | 黄色在线免费观看 | 日韩精品一区二区久久 | 亚洲人人 | 精品久久久久久久久久久久久久 | 蜜桃传媒一区二区 | 亚洲一区二区中文字幕 | av片在线观看| 亚洲性人人天天夜夜摸 | 欧美aⅴ在线观看 | 婷婷成人在线 | 一区二区三区视频播放 | 黄色片免费 | 三级av在线 | 天天舔天天 | 国产高清无av久久 | av一级久久| 欧美日韩国产在线观看 | 久久偷人 | 久久久久久99| 亚洲日本欧美日韩高观看 | 欧美aⅴ| 成人精品一区二区三区中文字幕 | 精品国产一区二区国模嫣然 | 午夜视频一区二区 | 精品视频久久久久久 | 99成人免费视频 | 日日干夜夜操 | 欧美大片黄 | 涩涩视频大全 | 午夜视频在线观看一区二区 | 伊人久久一区二区 | 国产一区二区精品在线观看 | 日韩中文字幕第一页 | 日本欧美在线视频 | 久久久久久久网 | 操人网站|