chore(dotnet): use csharp types in Frame and Page (#5961)

This commit is contained in:
Darío Kondratiuk 2021-03-26 14:45:50 -03:00 committed by GitHub
parent 12e00629e4
commit 475a6fe391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-%%
### 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-%%