Skip to content

Commit 2e5899a

Browse files
committed
feat: add locator.blur
1 parent b899c08 commit 2e5899a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/completeTask.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ export const completeTask = async (
162162
return await getLocator(args.elementId).blur();
163163
},
164164
name: "locator_blur",
165-
description:
166-
"Removes keyboard focus from the current element.",
165+
description: "Removes keyboard focus from the current element.",
167166
parse: (args: string) => {
168167
return z
169168
.object({

0 commit comments

Comments
 (0)