<bdo id='29Qac'></bdo><ul id='29Qac'></ul>

      <small id='29Qac'></small><noframes id='29Qac'>

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

      <tfoot id='29Qac'></tfoot>

      如何在启动 chrome 浏览器时安装插件?

      时间:2023-09-28
    1. <tfoot id='OIbLP'></tfoot>

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

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

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

                  <tbody id='OIbLP'></tbody>

                本文介绍了如何在启动 chrome 浏览器时安装插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在使用 selenium、cucumber 和 java 进行自动化测试.

                I am using selenium,cucumber and java for automation testing.

                我需要在 chrome 浏览器中安装插件才能打开我的应用程序.这个插件我已经安装了.但是当我通过 selenium 打开 chrome 浏览器时,这个插件丢失并且应用程序无法正常工作.

                I have a requirement of installing a plugin to the chrome browser to open my application. This plugin I have already installed. But when I open the chrome browser through selenium this plugin is missing and application is not working.

                每次打开浏览器时如何安装插件?

                How to install the plugin each time when the browser is opening?

                推荐答案

                我正在使用 Chrome 65.0Selenium 3.11.0

                步骤:

                1. 在 Chrome 中运行以下 URL:chrome://version/
                2. 复制 Chrome 配置文件路径.
                3. 在 Windows 资源管理器中打开 Chrome 配置文件路径.
                4. 打开扩展文件夹(查看安装扩展时的日期和时间戳)
                5. 复制文件夹路径.

                代码:

                public static void main(String[] args){
                    System.setProperty("webdriver.chrome.driver", "F:\Automation\chromedriver.exe");
                            String pathToExtension = "C:\Users\USER_DELL_2014_07\AppData\Local\Google\Chrome\User Data\Profile 3\Extensions\bhlhnicpbhignbdhedgjhgdocnmhomnp\2.0_0";
                            ChromeOptions options = new ChromeOptions();
                            options.addArguments("load-extension=" + pathToExtension);
                            WebDriver driver = new ChromeDriver(options);
                            driver.manage().window().maximize();
                          }
                

                就是这样!您可以使用此代码,chrome 将使用给定的扩展名进行实例化

                That's it! You can use this code and chrome would be instantiated with the given extension

                如果您对此有任何疑虑,请告诉我.

                Please let me know if you have any concerns related to this.

                这篇关于如何在启动 chrome 浏览器时安装插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:Selenium Chromedriver 服务器超时,尽管可用 下一篇:自动化测试错误:org.openqa.selenium.WebDriverException:断

                相关文章

                最新文章

                <tfoot id='RBn8z'></tfoot>

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

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

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