feat: add getLocatorStringForElement and fix timeout in getCurrentPage

This commit is contained in:
Tommy D. Rossi
2025-11-21 22:27:48 +01:00
parent 17f6c48641
commit 35dbcab181
5 changed files with 430 additions and 7 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 0.0.8
### Patch Changes
- Added `getLocatorStringForElement` utility to `execute` tool context
- Helper generates Playwright locator strings for element handles
- Fixed bug where timeout was not correctly passed to `waitForEvent` in `getCurrentPage`
## 0.0.7
### Patch Changes