fix stagehand timeout - send attachedToTarget after attachToTarget returns (0.0.16)

This commit is contained in:
Tommy D. Rossi
2025-12-08 15:41:47 +01:00
parent 7d66507299
commit 57e63bbc12
4 changed files with 38 additions and 6 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.0.16
### Patch Changes
- **Fixed Stagehand timeout**: Send `Target.attachedToTarget` event after `Target.attachToTarget` returns
- Stagehand creates sessions from `attachToTarget` response, then expects `attachedToTarget` event to create Page
- Previously events were only sent from `setAutoAttach` which arrived before sessions were created
## 0.0.15
### Patch Changes