flow_discover_ui
Navigate to any Google Flow page and discover interactive elements like buttons, inputs, and links, updating the selectors map for robust browser automation.
Instructions
Navigate to a Google Flow page and discover all interactive elements (buttons, inputs, links, headings). Updates the internal selectors map for robust automation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Exact URL to navigate to, overriding the page-based URL resolution. | |
| page | Yes | Page to discover. Options: main, image-generation, video-generation, characters, scenes, images, all-media, tools-gallery, grid-architect. "characters" is project-scoped (/project/{id}/characters). "scenes"/"images"/"all-media" are sidebar tabs within the project (same URL). project_name/campaign target a specific project, or the current/active project is used. | main |
| campaign | No | Campaign identifier for project matching, used when page is "characters", "scenes", "images", or "all-media". | |
| project_name | No | Project name, used when page is "characters", "scenes", "images", or "all-media" (will reuse existing project with same campaign, or create new). |