Here is the source code for the default tools:
search_google
- Search queries in Googlego_to_url
- Navigate to URLsgo_back
- Go back in browser historywait
- Wait for specified secondsclick_element_by_index
- Click elements by their indexinput_text
- Input text into form fieldsupload_file_to_element
- Upload files to file inputsscroll
- Scroll the page up/downscroll_to_text
- Scroll to specific text on pagesend_keys
- Send special keys (Enter, Escape, etc.)switch_tab
- Switch between browser tabsclose_tab
- Close browser tabsextract_structured_data
- Extract data from webpages using LLMget_dropdown_options
- Get dropdown option valuesselect_dropdown_option
- Select dropdown optionswrite_file
- Write content to filesread_file
- Read file contentsreplace_file_str
- Replace text in filesdone
- Complete the task (always available)