From 475a6fe391ef85030e2bff7eb7e845e037089a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Kondratiuk?= Date: Fri, 26 Mar 2021 14:45:50 -0300 Subject: [PATCH] chore(dotnet): use csharp types in Frame and Page (#5961) --- docs/src/api/csharp.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/api/csharp.md b/docs/src/api/csharp.md index 5a72a1aa30..0c29f740a0 100644 --- a/docs/src/api/csharp.md +++ b/docs/src/api/csharp.md @@ -16,4 +16,10 @@ The options that control custom behaviour when parsing the JSON. 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 +### param: ElementHandle.setInputFiles.files = %%-csharp-input-files-%% + +### param: Frame.selectOption.values = %%-csharp-select-options-values-%% +### param: Frame.setInputFiles.files = %%-csharp-input-files-%% + +### param: Page.selectOption.values = %%-csharp-select-options-values-%% +### param: Page.setInputFiles.files = %%-csharp-input-files-%%