run_tour
Replays recorded Odoo web_tour steps in the browser to validate export_tour results before module integration. Accepts custom steps via steps_js, returns success or failing step description.
Instructions
Replay the recorded actions as an Odoo web_tour inside the open browser (auto mode), to validate an export_tour result before adding it to a module. steps_js: a JS array of tour steps to run instead of the recording. Returns success/failure with the failing step description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | mcp_replay | |
| timeout | No | ||
| steps_js | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |