无法通过 github 操作设置 Edge 浏览器

Unable to Setup Edge browser through github actions

提问人:Aman Khan 提问时间:7/24/2023 更新时间:7/24/2023 访问量:33

问:

我在本地有一个 Selenium 自动化项目。根据项目要求,我必须使用 github 操作将 selenium 项目运行到 Linux 主机中,因为我正在尝试安装 Edge 浏览器,因为主机不包含任何浏览器。

这是我使用的操作工作流代码。

steps:
  - uses: browser-actions/setup-edge@v1
  - name: Print Edge version
    run: (Get-Item (Get-Command msedge).Source).VersionInfo.ProductVersion

以及我面临的错误

Run browser-actions/setup-edge@v1

Setup Edge stable
Attempting to download Edge stable...
Acquiring stable (115.0.1901.183) from https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_115.0.1901.183-1_amd64.deb
unable to get local issuer certificate
Waiting 13 seconds before trying again
unable to get local issuer certificate
Waiting 15 seconds before trying again
Error: unable to get local issuer certificate

C# github-actions cicd selenium-edgedriver

评论


答: 暂无答案