Skip to content

Commit 17d0a05

Browse files
committed
update code prop description
1 parent 9a2778d commit 17d0a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/customjs/actions/run-puppeteer/run-puppeteer.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
code: {
1414
type: "string",
1515
label: "Code",
16-
description: "Enter the code you want to run on puppeteer.",
16+
description: "Enter the code you want to run on puppeteer. For example: `await page.goto(\"https://example.com\");` will return a screenshot of https://example.com.",
1717
},
1818
filename: {
1919
propDefinition: [

0 commit comments

Comments
 (0)