1.--ignore-certification-errors

解决:可能是你的chromedriver版本与ruby版本不匹配,换一个版本

2.找不到文件,certification verify failed

解决:在相应.rb文件加上OpenSSL::SSL::VERIFY_PEER= OpenSSL::SSL::VERIFY_NONE

3.gem install * --platform=ruby失败

解决:可能是你的devkit环境未配置好,也可以尝试x64bit换成x32bit并加上步骤2代码

相关文章:

  • 2021-12-09
  • 2022-01-17
  • 2021-05-24
  • 2021-05-19
  • 2021-12-17
  • 2021-07-02
  • 2021-10-09
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-09-24
  • 2021-06-29
相关资源
相似解决方案