feat(tool): add locator.selectOption() action (#25)

Implemented `locator.selectOption`
This commit is contained in:
ryo kishida 2025-03-26 13:53:56 +09:00 committed by GitHub
parent 8f3214a06a
commit 9f93af3a81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 132 additions and 0 deletions

View file

@ -40,6 +40,7 @@ const snapshotTools: Tool[] = [
snapshot.click,
snapshot.hover,
snapshot.type,
snapshot.selectOption,
...commonTools,
];