久久久久久久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 觸發時,Google Chrome 無法導航到指定的

        Google Chrome unable to navigate to specified URL when triggered from Selenium(從 Selenium 觸發時,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 觸發時,Google Chrome 無法導航到指定的 URL的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我有一個圍繞 Selenium-WebDriver 開發的自動化框架,它啟動 Chrome 并導航到指定的 URL 并執行指定的自動化.當我委托框架執行一項長期任務并讓它通宵運行時(運行不成功).第二天,當我嘗試重新運行一組新測試時,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 但沒有幫助.重新啟動系統也沒有幫助.我仔細檢查了代碼和所有設置,但沒有任何改變.奇怪的是,我偶然發現了一個奇怪的解決方案.

                  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 表現得如此奇怪.

                  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.

                  這篇關于從 Selenium 觸發時,Google Chrome 無法導航到指定的 URL的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持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?)
                  <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>

                          • 主站蜘蛛池模板: 天天干视频 | 密室大逃脱第六季大神版在线观看 | 欧美精品一区二区在线观看 | 久亚州在线播放 | 中文字幕不卡一区 | 国产精品7777777 | 亚洲午夜视频在线观看 | 91亚洲精品在线观看 | 在线一区视频 | 日韩成人av在线 | 99精品99久久久久久宅男 | 欧州一区二区三区 | 久久久久久久av麻豆果冻 | 在线一区| 91在线视频免费观看 | 亚洲男人的天堂网站 | 国产黄色网 | 国产又爽又黄的视频 | 国产 亚洲 网红 主播 | 理伦毛片 | 免费在线观看成人 | www.五月婷婷.com | 日韩av成人在线 | 91精品国产综合久久久久久漫画 | 日本一区二区高清不卡 | 亚洲精品视频导航 | 欧美在线观看一区二区 | 成人国产一区二区三区精品麻豆 | 毛片久久久 | 久草免费电影 | 91热在线 | 韩日在线观看视频 | 一级二级三级在线观看 | 超碰97在线免费 | 亚洲天天干 | 久久国产精品视频 | 涩涩导航 | 国产黄色小视频在线观看 | 免费一级做a爰片久久毛片潮喷 | 国产一区二区三区在线视频 | 久久久久九九九女人毛片 |