Navigate to a Social Neuron app page and take a full-page screenshot.
Navigate to a Social Neuron app page and take a full-page screenshot. Logs in with test credentials, navigates to the specified page, waits for content to load, then captures a screenshot. Output is saved to public/assets/screenshots/. Costs ~1 credits.
Navigate to a Social Neuron app page and take a full-page screenshot. › Request Body
pageApp page to capture. Maps to internal route paths.
viewportViewport size. desktop=1920x1080, mobile=390x844, tablet=768x1024. Defaults to desktop.
themeColor theme. Defaults to light.
selectorOptional CSS selector to capture a specific element instead of the full page.
wait_msExtra milliseconds to wait after page load before capturing. Useful for animations. Defaults to 2000.
Navigate to a Social Neuron app page and take a full-page screenshot. › Responses
Successful tool execution.
Take a screenshot of any URL.
Take a screenshot of any URL. Launches a headless Chromium browser, navigates to the URL, and captures either the full page or a specific CSS selector. No login is performed. Costs ~1 credits.
Take a screenshot of any URL. › Request Body
urlThe URL to screenshot (e.g. https://example.com).
viewportViewport size. Defaults to desktop.
selectorOptional CSS selector to capture a specific element instead of the full page.
output_pathCustom output file path. Defaults to public/assets/screenshots/
wait_msExtra milliseconds to wait after page load before capturing. Defaults to 1000.
Take a screenshot of any URL. › Responses
Successful tool execution.