📸 ScreenshotsMCP

browser_select_option

Select an option from a dropdown select element.

Parameters

ParameterTypeRequiredDescription
sessionIdstringYesSession ID from browser_navigate
selectorstringYesCSS selector for the <select> element
valuestringYesThe value or visible text of the option to select

Example

Select "United States" from the country dropdown

Notes

  • Works with native <select> elements
  • Matches by option value attribute or visible label text
  • Returns a screenshot after selection

On this page