Skip to content

Commit 4066a04

Browse files
feat(apify): Add default crawler type to scrape single url
1 parent 6016265 commit 4066a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/apify/actions/scrape-single-url/scrape-single-url.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default {
3838
value: "playwright:adaptive",
3939
},
4040
],
41+
default: "playwright:firefox",
4142
},
4243
},
4344
async run({ $ }) {

0 commit comments

Comments
 (0)