Skip to content

Commit

Permalink
docs: update send keys and replace value (#13087)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored and imurchie committed Aug 21, 2019
1 parent 5d05313 commit e68199e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion commands-yml/commands/element/actions/send-keys.yml
Expand Up @@ -86,7 +86,10 @@ endpoint:
json_parameters:
- name: value
type: array<string>
description: The sequence of keys to type. An array must be provided. The server should flatten the array items to a single string to be typed.
description: (MJSONWP) The sequence of keys to type. An array must be provided. The server should flatten the array items to a single string to be typed
- name: text
type: string
description: (W3C) A single string to be typed

# Links to specifications. Should link to at least one specification
specifications:
Expand Down
5 changes: 4 additions & 1 deletion commands-yml/commands/element/attributes/replace-value.yml
Expand Up @@ -78,7 +78,10 @@ endpoint:
json_parameters:
- name: value
type: array<string>
description: The sequence of keys to type. An array must be provided. The server should flatten the array items to a single string to be typed.
description: (MJSONWP) The sequence of keys to type. An array must be provided. The server should flatten the array items to a single string to be typed
- name: text
type: string
description: (W3C) A single string to be typed

# Links to specifications. Should link to at least one specification
specifications:
Expand Down

0 comments on commit e68199e

Please sign in to comment.