Skip to content

Commit dcbcffc

Browse files
author
David Haeffner
committed
Fixed reference info for select
1 parent 7ce15c2 commit dcbcffc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/selenium-ide/src/neo/models/Command.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ class CommandList {
491491
Option locators provide different ways of specifying a select \
492492
element (e.g., label=, value=, id=, index=). If no option \
493493
locator prefix is provided, a match on the label will be attempted.",
494-
target: ArgTypes.selectLocator
494+
target: ArgTypes.selectLocator,
495+
value: ArgTypes.optionLocator
495496
}],
496497
[ "selectFrame", {
497498
name: "select frame",

0 commit comments

Comments
 (0)