Skip to content

Commit 36af041

Browse files
committed
Merge branch 'master' of github.com:SeleniumHQ/selenium-ide
2 parents 7ab6054 + 5610be5 commit 36af041

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
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",
@@ -508,7 +509,7 @@ class CommandList {
508509
[ "selectWindow", {
509510
name: "select window",
510511
description: "Selects a popup window using a window locator. Once a popup \
511-
window has been selected, all commands wll go to that window. \
512+
window has been selected, all commands will go to that window. \
512513
To select the main window again, use null as the target. \
513514
Window locators provide different ways of specifying the window \
514515
object: by title or by generated id.",

0 commit comments

Comments
 (0)