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

        protractor - 启动 chrome 以禁用 cors 的网络安全

        时间:2023-10-12
          <tfoot id='oCsiN'></tfoot>
            <tbody id='oCsiN'></tbody>
          • <bdo id='oCsiN'></bdo><ul id='oCsiN'></ul>

              <legend id='oCsiN'><style id='oCsiN'><dir id='oCsiN'><q id='oCsiN'></q></dir></style></legend>
            1. <small id='oCsiN'></small><noframes id='oCsiN'>

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

                  本文介绍了protractor - 启动 chrome 以禁用 cors 的网络安全的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  所以我们的应用程序在启用 CORS 的情况下在生产环境中工作.

                  So our application works in production with a CORS enabled.

                  我有一个未在本地启用 CORS 的项目.有没有办法禁用量角器的网络安全?有没有办法给 selenium 实例添加参数?

                  I have a project that isn't CORS enabled locally. Is there a way to disable web security for protractor? Is there a way for me to add arguments to the selenium instance ?

                  我们正在寻找基于配置的解决方案.我们的本地开发机器完全锁定了我们可以安装的内容.那么这可能吗?

                  We're looking for a configuration based solution. Our local development machines are pretty locked down on what we can install. So is this possible?

                  我尝试的是设置 chrome 选项:https://github.com/angular/protractor/issues/175

                  What i have tried is setting chrome options: https://github.com/angular/protractor/issues/175

                  但这似乎只用于 chrome 扩展.

                  But that appears to only be used for chrome extensions.

                  推荐答案

                  还有argschromeOptions 中,您可以在其中提供 --disable-web-security--user-data-dir 参数.

                  There is also args inside chromeOptions, where you can provide the --disable-web-security and --user-data-dir arguments.

                  如果您在本地运行测试,请确保提供配置文件位置 用于 --user-data-dir,否则 Chrome 将使用默认配置文件并在当前浏览器会话中加载页面(与所有扩展程序和设置一起运行).

                  If you are running the tests locally, make sure to supply a profile location for the --user-data-dir, otherwise Chrome will use the default profile and load the page in the current browser session (running with all of your extensions and settings).

                  capabilities: {
                    'browserName': 'chrome',
                    'chromeOptions': {
                      'args': ['--disable-web-security', '--user-data-dir=~/.e2e-chrome-profile']
                    }
                  },
                  

                  这篇关于protractor - 启动 chrome 以禁用 cors 的网络安全的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:量角器:通过 Div 文本查找元素 下一篇:量角器在 div 中按标签查找元素

                  相关文章

                  最新文章

                  1. <small id='j70IM'></small><noframes id='j70IM'>

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