feat(tool): add locator.selectOption() action (#25)
Implemented `locator.selectOption`
This commit is contained in:
parent
8f3214a06a
commit
9f93af3a81
4 changed files with 132 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const snapshotTools: Tool[] = [
|
|||
snapshot.click,
|
||||
snapshot.hover,
|
||||
snapshot.type,
|
||||
snapshot.selectOption,
|
||||
...commonTools,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue