From 29f6dd3090e62855619d43149db66de1643a577a Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 2 Aug 2021 21:46:44 +0200 Subject: [PATCH] docs(python): make Locators Python compatible (#7950) --- docs/src/api/python.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/api/python.md b/docs/src/api/python.md index ffa0515422..88ab4b7517 100644 --- a/docs/src/api/python.md +++ b/docs/src/api/python.md @@ -57,6 +57,11 @@ Script to be evaluated in all pages in the browser context. Optional. ### param: Page.selectOption.value = %%-python-select-options-value-%% ### param: Page.selectOption.label = %%-python-select-options-label-%% +### param: Locator.selectOption.element = %%-python-select-options-element-%% +### param: Locator.selectOption.index = %%-python-select-options-index-%% +### param: Locator.selectOption.value = %%-python-select-options-value-%% +### param: Locator.selectOption.label = %%-python-select-options-label-%% + ### option: Page.frame.name * langs: python - `name` <[string]>