find_setting
Locates a setting in an admin panel by following menu links until a page contains the specified keyword, then returns the menu path.
Instructions
Where is a setting in an unknown admin panel: follows the panel's menu links (same origin) until a page contains the keyword and reports the menu path. Navigates the tab, leaves it on the page found, stops at max_pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| keyword | Yes | What you are looking for, e.g. "webp", "cron", "maintenance mode" | |
| max_pages | No | Pages visited at most | |
| menu_selector | No | Where the menu links are | nav, aside, [role="navigation"], #adminmenu, .menu, .sidebar, .navbar, .tabs |