description: str = 'Type text into an input field on the webpage.\n\nUse this tool to:\n- Fill in search boxes\n- Enter form data (
usernames,
emails,
passwords
)\n- Type into text areas\n- Fill any input field identified by CSS selector\n\nThe selector should identify a single input element. Common patterns:\n- \'#search\' - element with id="search"\n- \'input[name="email"]\' - input with name attribute\n- \'.search-input\' - element with class "search-input"\n- \'input[type="text"]\' - first text input on page\n\nThis clears existing content before typing.'