Skip to content

Conversation

@ueokande
Copy link
Collaborator

@ueokande ueokande commented Jul 13, 2025

This PR adds support for installing Chrome and ChromeDriver from snapshots on Windows ARM64. It allows to install chrome browsers with snapshot numbers such as 1485971.

test-windows-arm:
  runs-on: windows-11-arm
  steps:
    - name: Install Google Chrome
      uses: browser-actions/setup-chrome@v2
      with:
        chrome-version: 1485971
        install-chromedriver: true
      id: setup-chrome
    - run: |
        (Get-Item (Get-Command "${{ steps.setup-chrome.outputs.chrome-path }}").Source).VersionInfo.ProductVersion
        (Get-Item (Get-Command "${{ steps.setup-chrome.outputs.chromedriver-path }}").Source).VersionInfo.ProductVersion

@ueokande ueokande force-pushed the windows-11-arm-snapshot-installer branch from 6fd47e7 to cf0bd3a Compare July 13, 2025 00:15
@ueokande ueokande merged commit 12261ee into master Jul 13, 2025
20 checks passed
@ueokande ueokande deleted the windows-11-arm-snapshot-installer branch July 13, 2025 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants