From a0c24c01c82e16d25d097ce4da74f5fdf39b2b2a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 27 Apr 2022 16:06:30 +0200 Subject: [PATCH] chore: fix docs links for .NET roll (#13787) --- docs/src/api/class-elementhandle.md | 4 ++-- docs/src/api/class-filechooser.md | 2 +- docs/src/api/class-frame.md | 2 +- docs/src/api/class-locator.md | 4 ++-- docs/src/api/class-page.md | 2 +- docs/src/test-runners-python.md | 2 +- packages/playwright-core/types/types.d.ts | 14 +++++++------- tests/config/experimental.d.ts | 14 +++++++------- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/src/api/class-elementhandle.md b/docs/src/api/class-elementhandle.md index b34bf00572..8d87a44623 100644 --- a/docs/src/api/class-elementhandle.md +++ b/docs/src/api/class-elementhandle.md @@ -751,9 +751,9 @@ When all steps combined have not finished during the specified [`option: timeout ## async method: ElementHandle.setInputFiles Sets the value of the file input to these file paths or files. If some of the `filePaths` are relative paths, then they -are resolved relative to the the current working directory. For empty array, clears the selected files. +are resolved relative to the current working directory. For empty array, clears the selected files. -This method expects [`elementHandle`] to point to an +This method expects [ElementHandle] to point to an [input element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input). However, if the element is inside the `