Skip to content

Commit

Permalink
docs: 📝 Update documentation about new chromeapp variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelFontes committed Oct 30, 2024
1 parent cd1684c commit 6178bf6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ steps:
with:
# Optional: do not specify to match Chrome's version
chromedriver-version: '88.0.4324.96'
# Optional: if your chrome binary name is different
chromeapp: chrome
- run: |
export DISPLAY=:99
chromedriver --url-base=/wd/hub &
Expand Down
16 changes: 9 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: 'setup-chromedriver'
description: 'Setup chromedriver'
author: 'nanasess'
name: "setup-chromedriver"
description: "Setup chromedriver"
author: "nanasess"
inputs:
chromedriver-version:
description: 'The chromedriver version to install'
description: "The chromedriver version to install"
required: false
chromeapp:
description: "Custom chrome binary name (for Linux or MacOS)"
required: false
runs:
using: 'node20'
main: 'dist/index.js'

using: "node20"
main: "dist/index.js"

0 comments on commit 6178bf6

Please sign in to comment.