Nick: press + write
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.4.5",
|
||||
"name": "firecrawl",
|
||||
"version": "1.5.0",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -94,10 +94,10 @@ export type Action = {
|
||||
type: "screenshot",
|
||||
fullPage?: boolean,
|
||||
} | {
|
||||
type: "typeText",
|
||||
type: "write",
|
||||
text: string,
|
||||
} | {
|
||||
type: "pressKey",
|
||||
type: "press",
|
||||
key: string,
|
||||
} | {
|
||||
type: "scroll",
|
||||
|
||||
Reference in New Issue
Block a user