Skip to content

Commit

Permalink
fix(chromium-docker-selenium-compat): Use Chromium launcher
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Sampson <[email protected]>
  • Loading branch information
EyeCantCU committed Mar 4, 2024
1 parent 5d0a19a commit c2a5cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ subpackages:
echo "chrome" > ${{targets.subpkgdir}}/opt/selenium/browser_name
echo ${{package.version}} > ${{targets.subpkgdir}}/opt/selenium/browser_version
echo "\"goog:chromeOptions\": {\"binary\": \"/usr/bin/chromium\"}" > ${{targets.subpkgdir}}/opt/selenium/browser_binary_location
echo "\"goog:chromeOptions\": {\"binary\": \"/usr/bin/chromium-browser\"}" > ${{targets.subpkgdir}}/opt/selenium/browser_binary_location
update:
enabled: true
Expand Down

0 comments on commit c2a5cfb

Please sign in to comment.