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

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

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

        ChromeDriver - 在 Selenium WebDriver 自动化上弹出禁用开

        时间:2023-09-28

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

            • <bdo id='bHlhw'></bdo><ul id='bHlhw'></ul>
                <tfoot id='bHlhw'></tfoot>
                • <small id='bHlhw'></small><noframes id='bHlhw'>

                  本文介绍了ChromeDriver - 在 Selenium WebDriver 自动化上弹出禁用开发者模式扩展的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我遇到以下问题:当我运行自动化测试时,我在 Chrome 中不断收到以下警报禁用开发人员模式扩展".

                  I'm having the following issue: When I'm running my automation tests, I keep getting the following alert "Disable Developer Mode Extension" in Chrome.

                  有没有办法删除/禁用它?这对我来说是一个障碍,因为它让我无法通过一些测试.

                  Is there a way to remove/disable this?. It is a blocker for me as it is making me fail some tests.

                  提前致谢

                  推荐答案

                  您是否尝试使用命令行参数禁用开发者扩展?

                  Did you try disabling the developer extensions with command line param?

                  尝试使用以下 Selenium WebDriver java 代码:

                  Try with the following Selenium WebDriver java code:

                  System.setProperty("webdriver.chrome.driver", "D:\chromedriver.exe");
                  ChromeOptions options = new ChromeOptions();
                  options.addArguments("--disable-extensions");
                  driver = new ChromeDriver(options);
                  

                  这篇关于ChromeDriver - 在 Selenium WebDriver 自动化上弹出禁用开发者模式扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:加载扩展时出错无法从“C:..LocalTempscoped_dir6312_ 下一篇:无法从 scoped_dir6312_32763/internal 加载扩展.管理员使

                  相关文章

                  最新文章

                  <tfoot id='0BQs1'></tfoot>
                      • <bdo id='0BQs1'></bdo><ul id='0BQs1'></ul>

                      <legend id='0BQs1'><style id='0BQs1'><dir id='0BQs1'><q id='0BQs1'></q></dir></style></legend>

                      <small id='0BQs1'></small><noframes id='0BQs1'>

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