We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996f442 commit 9b8830bCopy full SHA for 9b8830b
1 file changed
src/tools/input.ts
@@ -58,7 +58,7 @@ export const click = definePageTool({
58
dblClick: dblClickSchema,
59
includeSnapshot: includeSnapshotSchema,
60
},
61
- handler: async (request, response, _context) => {
+ handler: async (request, response) => {
62
const uid = request.params.uid;
63
const handle = await request.page.getElementByUid(uid);
64
try {
@@ -130,7 +130,7 @@ export const hover = definePageTool({
130
),
131
132
133
134
135
136
0 commit comments