📸 ScreenshotsMCP

browser_fill

Type text into an input field on the current browser page.

Parameters

ParameterTypeRequiredDescription
sessionIdstringYesSession ID from browser_navigate
selectorstringYesCSS selector for the input field (e.g. #email, input[name=password])
valuestringYesText to type into the field

Example

Fill in the email field with "test@example.com"

Notes

  • Clears the field first, then types the new value
  • Works with input, textarea, and contenteditable elements
  • Returns a screenshot after filling

On this page