We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05c12a commit 6493d82Copy full SHA for 6493d82
README.md
@@ -1,6 +1,8 @@
1
# playwright-aws-lambda
2
3
-Support for PlayWright running on AWS Lambda and Google Cloud Functions
+Support for PlayWright running on AWS Lambda and Google Cloud Functions.
4
+
5
+NOTE: Currently only Chromium is supported.
6
7
## Install
8
@@ -38,6 +40,12 @@ exports.handler = async (event, context) => {
38
40
};
39
41
```
42
43
+## API
44
45
+| Method / Property | Returns | Description |
46
+| ----------------- | ---------------------------------------- | ------------------------------ |
47
+| `launchChromium` | `{!Promise<playwright.ChromiumBrowser>}` | Launches the Chromium browser. |
48
49
## Thanks / Credits
50
51
This project is based on the work of
0 commit comments