Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: setup-chrome-v1.6.2
Choose a base ref
...
head repository: browser-actions/setup-chrome
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: setup-chrome-v1.7.0
Choose a head ref
  • 4 commits
  • 29 files changed
  • 3 contributors

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    cdadd16 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. feat: support installing a compatible version of ChromeDriver (#548)

    This changes enables installing ChromeDriver. The pre-installed
    ChromeDriver in the Runner didn't work correctly for the installed
    Chrome browser version because ChromeDriver requires [compatible
    version](https://developer.chrome.com/docs/chromedriver/downloads/version-selection)
    with the browser. Now setup-chrome action install the compatible version
    of ChromeDriver after installing the browser.
    
    This feature is disabled by default. To enable this feature, please add
    'install-chromedriver: true` into your action manifest:
    
    ```yaml
    steps:
      - uses: browser-actions/setup-chrome@v1
        with:
          chrome-version: 120
          install-chromedriver: true
    ```
    ueokande authored May 26, 2024
    1 Configuration menu
    Copy the full SHA
    f0f75ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0115555 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e82d5ef View commit details
    Browse the repository at this point in the history
Loading