Skip to content

Commit 68fb456

Browse files
committed
added docs on mouse up
1 parent a5cad5e commit 68fb456

File tree

1 file changed

+10
-0
lines changed
  • packages/selenium-ide/src/neo/models/Command

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,16 @@ export const Commands = [
439439
target: ArgTypes.locator,
440440
},
441441
],
442+
[
443+
'mouseUp',
444+
{
445+
name: 'mouse up',
446+
type: TargetTypes.LOCATOR,
447+
description: `Simulates the event that occurs when the user releases the
448+
mouse button (e.g., stops holding the button down).`,
449+
target: ArgTypes.locator,
450+
},
451+
],
442452
[
443453
'mouseUpAt',
444454
{

0 commit comments

Comments
 (0)