|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Detailed descriptions help us resolve faster |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +**Before submitting an issue, please:** |
| 11 | + |
| 12 | +- [ ] Check the [documentation](https://docs.stagehand.dev/) for relevant information |
| 13 | +- [ ] Search existing [issues](https://github.com/browserbase/stagehand/issues) to avoid duplicates |
| 14 | + |
| 15 | +## Environment Information |
| 16 | + |
| 17 | +Please provide the following information to help us reproduce and resolve your issue: |
| 18 | + |
| 19 | +**Stagehand:** |
| 20 | + |
| 21 | +- Language/SDK: [TypeScript, Python, MCP…] |
| 22 | +- Stagehand version: [e.g., 1.0.0] |
| 23 | + |
| 24 | +**AI Provider:** |
| 25 | + |
| 26 | +- Provider: [e.g., OpenAI, Anthropic, Azure OpenAI] |
| 27 | +- Model: [e.g., gpt-4o, claude-3-7-sonnet-latest] |
| 28 | + |
| 29 | +## Issue Description |
| 30 | + |
| 31 | +``` |
| 32 | +[Describe the current behavior here] |
| 33 | +``` |
| 34 | + |
| 35 | +### Steps to Reproduce |
| 36 | + |
| 37 | +1. |
| 38 | +2. |
| 39 | +3. |
| 40 | + |
| 41 | +### Minimal Reproduction Code |
| 42 | + |
| 43 | +```tsx |
| 44 | +// Your minimal reproduction code here |
| 45 | +import { Stagehand } from '@browserbase/stagehand'; |
| 46 | + |
| 47 | +const stagehand = new Stagehand({ |
| 48 | + // IMPORTANT: include your stagehand config |
| 49 | +}); |
| 50 | + |
| 51 | +// Steps that reproduce the issue |
| 52 | + |
| 53 | +``` |
| 54 | + |
| 55 | +### Error Messages / Log trace |
| 56 | + |
| 57 | +``` |
| 58 | +[Paste error messages/logs here] |
| 59 | +``` |
| 60 | + |
| 61 | +### Screenshots / Videos |
| 62 | + |
| 63 | +``` |
| 64 | +[Attach screenshots or videos here] |
| 65 | +``` |
| 66 | + |
| 67 | +### Related Issues |
| 68 | + |
| 69 | +Are there any related issues or PRs? |
| 70 | + |
| 71 | +- Related to: #[issue number] |
| 72 | +- Duplicate of: #[issue number] |
| 73 | +- Blocks: #[issue number] |
0 commit comments