Skip to content

Commit

Permalink
docs: Improve the documentation as suggested by elsamarti at #4
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 21, 2019
1 parent 78ae1b3 commit 40a7afd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ At first the sub-commands from the `do` instruction are performed. Then the sub-
{
do: {
keys: ['Tab']
}
},
until: {
isFocused: '#lst-ib'
}
Expand Down Expand Up @@ -278,7 +278,7 @@ Set value of an input element either by providing the new value or using [keyboa
selector: '#lst-ib',
value: 'Hi'
}
}
},
{
setValue: {
selector: '#lst-ib',
Expand Down Expand Up @@ -407,6 +407,8 @@ Sends either a text (string) typed by keys, or single keystrokes (array) to the
}
```

Special keys are listed in the [WebDriver documentation](https://w3c.github.io/webdriver/#keyboard-actions).

## elementSendKeys
Type: `Object`

Expand Down

0 comments on commit 40a7afd

Please sign in to comment.