diff --git a/commands-yml/commands/element/actions/send-keys.yml b/commands-yml/commands/element/actions/send-keys.yml index d6d5a0fdbf5..0b817b44c1b 100644 --- a/commands-yml/commands/element/actions/send-keys.yml +++ b/commands-yml/commands/element/actions/send-keys.yml @@ -86,7 +86,10 @@ endpoint: json_parameters: - name: value type: array - 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: diff --git a/commands-yml/commands/element/attributes/replace-value.yml b/commands-yml/commands/element/attributes/replace-value.yml index 0eaee356bc1..a1059549d0f 100644 --- a/commands-yml/commands/element/attributes/replace-value.yml +++ b/commands-yml/commands/element/attributes/replace-value.yml @@ -78,7 +78,10 @@ endpoint: json_parameters: - name: value type: array - 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: