diff --git a/docs/src/api/csharp.md b/docs/src/api/csharp.md index d8e0a7d6a2bed..5a72a1aa30521 100644 --- a/docs/src/api/csharp.md +++ b/docs/src/api/csharp.md @@ -14,3 +14,6 @@ The options that control custom behaviour when parsing the JSON. - returns: <[System.Net.HttpStatusCode]> Gets the [System.Net.HttpStatusCode] code of the response. + +### param: ElementHandle.selectOption.values = %%-csharp-select-options-values-%% +### param: ElementHandle.setInputFiles.files = %%-csharp-input-files-%% \ No newline at end of file diff --git a/docs/src/api/params.md b/docs/src/api/params.md index 05cbeae63c625..caff150d02229 100644 --- a/docs/src/api/params.md +++ b/docs/src/api/params.md @@ -519,6 +519,24 @@ The default value can be changed by using the [`method: BrowserContext.setDefaul Maximum time in milliseconds, defaults to 30 seconds, pass `0` to disable timeout. The default value can be changed by using the [`method: AndroidDevice.setDefaultTimeout`] method. +## csharp-select-options-values +* langs: csharp +- `values` <[Array]<[Object]>> + - `value` <[string]> Matches by `option.value`. Optional. + - `label` <[string]> Matches by `option.label`. Optional. + - `index` <[int]> Matches by the index. Optional. + +Options to select. If the `