Web驱动程序 - Selenium:使用代理

时间:2018-06-07 16:52:45

标签: selenium selenium-webdriver npm

我在代理连接下可以毫无问题地连接,我甚至可以使用npm install来下载项目的依赖项。问题是,唯一给我问题的库是Selenium,因为当我想安装时,我收到以下错误:

enter image description here

我已配置代理:
npm config get proxy
http://IP:PORT/

显然它已正确安装,但是当我想使用以下命令更新时:

webdriver-manager update --proxy="http://IP:PORT"仅限于 webdriver-manager update

我收到以下错误:

enter image description here

我配置了git和npm的http.proxy,SSL的验证也是假的

git config http.proxy http://IP:PORT
git config --global http.proxy http://IP:PORT npm config set proxy http://IP:PORT
npm config set https-proxy http://IP:PORT
git config http.sslVerify false

我已经为.npmrc文件配置了必要的信息

@bcp:registry=https://url/
//url/:_password=<password in BASE64E>
//url/:username=<Username>
//url/:email=<Email>
//url/:always-auth=true

搜索我的解决方案时使用的命令:

我有以下错误:

  

luis @ yo /v/w/NHBK2.0> ng e2e您的全局Angular CLI版本(6.0.1)   大于本地版本(1.7.3)。本地Angular CLI   使用版本。

     

要禁用此警告,请使用“ng config -g cli.warnings.versionMismatch”   假”。   ** NG Live Development Server正在侦听localhost:49152,在http://localhost:49152/上打开浏览器**日期:   2018-06-07T16:51:07.734Z
  哈希:5e40b8769bcc93c8e51d时间:13860ms chunk {account-status.module}   account-status.module.chunk.js,account-status.module.chunk.js.map()   44.2 kB [rendered] chunk {advance-salary.module} advance-salary.module.chunk.js,advance-salary.module.chunk.js.map()   32.5 kB [rendering] chunk {cash-disposition.module} cash-disposition.module.chunk.js,cash-disposition.module.chunk.js.map   ()97.9 kB [rendered] chunk {example.module} example.module.chunk.js,   example.module.chunk.js.map()6.87 kB [rendered] chunk {inline}   inline.bundle.js,inline.bundle.js.map(inline)5.83 kB [entry]   [rendering] chunk {main} main.bundle.js,main.bundle.js.map(main)160   kB [initial] [rendered] chunk {polyfills} polyfills.bundle.js,   polyfills.bundle.js.map(polyfills)342 kB [初始] [渲染]块   {products.module} products.module.chunk.js,   products.module.chunk.js.map()20.7 kB [已呈现] chunk {styles}   styles.bundle.js,styles.bundle.js.map(styles)221 kB [initial]   [rendering] chunk {vendor} vendor.bundle.js,vendor.bundle.js.map   (供应商)5.67 MB [初始] [渲染] chunk {wizard-example.module}   wizard-example.module.chunk.js,wizard-example.module.chunk.js.map()   16.9 kB [rendered](node:16729)[DEP0022]弃用警告:不推荐使用os.tmpDir()。改为使用os.tmpdir()。

     

webpack:已成功编译。 events.js:183         扔掉//未处理的'错误'事件         ^

     

错误:无法获得本地颁发者证书       在TLSSocket。 (_tls_wrap.js:1105:38)       在emitNone(events.js:106:13)       在TLSSocket.emit(events.js:208:7)       在TLSSocket._finishInit(_tls_wrap.js:639:8)       在TLSWrap.ssl.onhandshakedone(_tls_wrap.js:469:38)

0 个答案:

没有答案