<legend id='mNeJs'><style id='mNeJs'><dir id='mNeJs'><q id='mNeJs'></q></dir></style></legend>

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

        如何使用 Selenium WebDriver 在 Chrome 中激活 AdBlocke

        时间:2023-09-28
        <i id='61mXM'><tr id='61mXM'><dt id='61mXM'><q id='61mXM'><span id='61mXM'><b id='61mXM'><form id='61mXM'><ins id='61mXM'></ins><ul id='61mXM'></ul><sub id='61mXM'></sub></form><legend id='61mXM'></legend><bdo id='61mXM'><pre id='61mXM'><center id='61mXM'></center></pre></bdo></b><th id='61mXM'></th></span></q></dt></tr></i><div id='61mXM'><tfoot id='61mXM'></tfoot><dl id='61mXM'><fieldset id='61mXM'></fieldset></dl></div>
        1. <legend id='61mXM'><style id='61mXM'><dir id='61mXM'><q id='61mXM'></q></dir></style></legend>

          <small id='61mXM'></small><noframes id='61mXM'>

                <tfoot id='61mXM'></tfoot>
                  <bdo id='61mXM'></bdo><ul id='61mXM'></ul>
                    <tbody id='61mXM'></tbody>
                  本文介绍了如何使用 Selenium WebDriver 在 Chrome 中激活 AdBlocker?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想用 Selenium WebDriver Java 激活 Adblocker for Chrome.

                  I would like to activate Adblocker for Chrome with Selenium WebDriver Java.

                  怎么做?

                  推荐答案

                  你可以使用扩展的 crx 文件或者指向它的安装目录.假设你已经安装了它,你需要添加 ChromeOptions 到你的 new ChromeDriver:

                  You can either use the crx file of the extension or point to a directory it's installed in. Assuming you have it installed, you'll need to add ChromeOptions to your new ChromeDriver:

                  ChromeOptions options = new ChromeOptions();
                  options.addArguments("load-extension=/path/to/extension");
                  DesiredCapabilities capabilities = new DesiredCapabilities();
                  capabilities.setCapability(ChromeOptions.CAPABILITY, options);
                  ChromeDriver driver = new ChromeDriver(capabilities);
                  

                  请参阅此处了解更多详情和演练.

                  See here for more details and walkthrough.

                  要查看您的扩展路径,请导航到 chrome://version 并查看配置文件路径".在该文件夹中查找扩展"文件夹.AdBlock Plus 的扩展 ID 是 cfhdojbkjhnklbpkdaibdccddilifddb.所以路径/到/扩展名应该类似于(Windows):

                  to see your extensions path, navigate to chrome://version and look at 'Profile Path'. In that folder look for 'Extensions' folder. The extension ID for AdBlock Plus is cfhdojbkjhnklbpkdaibdccddilifddb. So the path/to/extension should be something like (Windows):

                  C:Users<user>AppDataLocalGoogleChromeUser Data<profile>Extensionscfhdojbkjhnklbpkdaibdccddilifddb
                  

                  这篇关于如何使用 Selenium WebDriver 在 Chrome 中激活 AdBlocker?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:org.openqa.selenium.WebDriverException: disconnected: not con 下一篇:将选项传递给 chrome 驱动程序 selenium

                  相关文章

                  最新文章

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

                  <legend id='7h8QP'><style id='7h8QP'><dir id='7h8QP'><q id='7h8QP'></q></dir></style></legend>

                  <small id='7h8QP'></small><noframes id='7h8QP'>

                    <bdo id='7h8QP'></bdo><ul id='7h8QP'></ul>
                  <tfoot id='7h8QP'></tfoot>