You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Observes elements on the web page. Use this tool to observe elements that you can later use in an action. Use observe instead of extract when dealing with actionable (interactable) elements rather than text. More often than not, you'll want to use extract instead of observe when dealing with scraping or extracting structured text.",
28
+
"Observes and identifies specific interactive elements on the current web page that can be used for subsequent actions. "+
29
+
"This tool is specifically designed for finding actionable (interactable) elements such as buttons, links, form fields, "+
30
+
"dropdowns, checkboxes, and other UI components that you can interact with. Use this tool when you need to locate "+
31
+
"elements before performing actions with the act tool. DO NOT use this tool for extracting text content or data - "+
32
+
"use the extract tool instead for that purpose. The observe tool returns detailed information about the identified "+
33
+
"elements including their properties, location, and interaction capabilities. This information can then be used "+
34
+
"to craft precise actions. The more specific your observation instruction, the more accurate the element identification "+
35
+
"will be. Think of this as your 'eyes' on the page to find exactly what you need to interact with.",
0 commit comments