diff --git a/packages/page-controller/src/actions.ts b/packages/page-controller/src/actions.ts index a75f0a3..beae42c 100644 --- a/packages/page-controller/src/actions.ts +++ b/packages/page-controller/src/actions.ts @@ -187,7 +187,6 @@ export async function inputTextElement(element: HTMLElement, text: string) { blurLastClickedElement() } - /** * @todo browser-use version is very complex and supports menu tags, need to follow up */