Skip to content

Commit 8ba0671

Browse files
authored
Merge pull request #191 from umihico/2023-08-24T0751/selenium-update
2023 08 24T0751/selenium update
2 parents 0f4397b + 735b367 commit 8ba0671

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/auto-update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
- name: Note Chromium versions
2828
id: chromium-versions
2929
run: |
30+
echo "CHANNEL=stable" >> $GITHUB_OUTPUT
31+
echo "MAJOR_VERSION=114" >> $GITHUB_OUTPUT
32+
echo "POSITION=1135561" >> $GITHUB_OUTPUT
33+
exit 0
34+
# This way of getting Chromium version is not working anymore. https://chromedriver.chromium.org/downloads
3035
WHOLE_JSON=$(curl https://omahaproxy.appspot.com/all.json)
3136
JSON=$(echo $WHOLE_JSON | jq -r '.[] | select(.os=="linux") | .versions[] | select(.channel=="stable")')
3237
CHANNEL="stable"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
![badge](https://github.com/umihico/docker-selenium-lambda/actions/workflows/demo-test.yml/badge.svg)
44
![badge](https://github.com/umihico/docker-selenium-lambda/actions/workflows/auto-update.yml/badge.svg)
55

6+
> :warning: **Caution!**
7+
>
8+
> Updating Chromium and Chromedriver versions to v115 or later is postponed in this repository. I'll try to fix later.
9+
> See https://chromedriver.chromium.org/downloads
10+
611
This is minimum demo of headless chrome and selenium on container image on AWS Lambda
712

813
This image goes with these versions. [These are automatically updated and tested everyday.](https://github.com/umihico/docker-selenium-lambda/actions)

0 commit comments

Comments
 (0)