You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,20 +5,21 @@ This is minimum demo of headless chrome and selenium on container image on AWS L
5
5
This image goes with these versions. [These are automatically updated and tested everyday. ](https://circleci.com/gh/umihico/docker-selenium-lambda/tree/circleci)
6
6
7
7
- Python 3.9.8
8
-
- chromium 96.0.4664.93
8
+
- chromium 96.0.4664.110
9
9
- chromedriver 96.0.4664.45
10
10
- selenium 4.1.0
11
11
12
12
13
-
###Running the demo
13
+
## Running the demo
14
14
15
15
```bash
16
+
$ npm install -g serverless # skip this line if you have already installed Serverless Framework
16
17
$ export AWS_REGION=ap-northeast-1 # You can specify region or skip this line. us-east-1 will be used by default.
$ sls invoke --function demo # Yay! You will get texts of example.com
20
21
```
21
22
22
-
###Side Project
23
+
## Side Project
23
24
24
25
If you don't want to create functions each time for each purpose, Please check out [pythonista-chromeless](https://github.com/umihico/pythonista-chromeless)
0 commit comments