debug_web_app
Debug Google Apps Script Web apps by monitoring behavior, waiting for elements, and executing custom scripts to analyze errors.
Instructions
🐛 Google Apps Script Webアプリのデバッグ・エラー分析
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| web_app_url | Yes | Google Apps Script WebアプリのURL | |
| monitor_duration | No | 監視時間(ミリ秒、デフォルト60秒) | |
| wait_for_element | No | 待機するCSS セレクター(任意) | |
| interaction_script | No | ブラウザで実行するJavaScriptコード(任意) |