From deab10399d5012530691f5a63fda81aa395a4a9d Mon Sep 17 00:00:00 2001 From: Simon Benzer Date: Mon, 26 Aug 2024 11:15:56 -0400 Subject: [PATCH] removed hanging '>' --- .../content/documentation/webdriver/elements/locators.en.md | 4 +++- .../content/documentation/webdriver/elements/locators.ja.md | 4 +++- .../documentation/webdriver/elements/locators.pt-br.md | 4 +++- .../documentation/webdriver/elements/locators.zh-cn.md | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/website_and_docs/content/documentation/webdriver/elements/locators.en.md b/website_and_docs/content/documentation/webdriver/elements/locators.en.md index abaa09581f37..9ad95c1d13cd 100644 --- a/website_and_docs/content/documentation/webdriver/elements/locators.en.md +++ b/website_and_docs/content/documentation/webdriver/elements/locators.en.md @@ -332,7 +332,9 @@ first name text box. Let us create locator for female radio button using xpath. ## Utilizing Locators -The FindElement makes using locators a breeze! For most languages, all you need to do is utilize `webdriver.common.by.By`, however in others it's as simple as setting a parameter in the FindElement function> +The FindElement makes using locators a breeze! For most languages, +all you need to do is utilize `webdriver.common.by.By`, however in +others it's as simple as setting a parameter in the FindElement function {{< tabpane langEqualsHeader=true >}} {{< badge-examples >}} diff --git a/website_and_docs/content/documentation/webdriver/elements/locators.ja.md b/website_and_docs/content/documentation/webdriver/elements/locators.ja.md index bcb56690428b..2510c7d0bbaa 100644 --- a/website_and_docs/content/documentation/webdriver/elements/locators.ja.md +++ b/website_and_docs/content/documentation/webdriver/elements/locators.ja.md @@ -322,7 +322,9 @@ first name text box. Let us create locator for female radio button using xpath. ## Utilizing Locators -The FindElement makes using locators a breeze! For most languages, all you need to do is utilize `webdriver.common.by.By`, however in others it's as simple as setting a parameter in the FindElement function> +The FindElement makes using locators a breeze! For most languages, +all you need to do is utilize `webdriver.common.by.By`, however in +others it's as simple as setting a parameter in the FindElement function {{< tabpane langEqualsHeader=true >}} {{< badge-examples >}} diff --git a/website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md b/website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md index 6ee45b176f25..bef40f0290f0 100644 --- a/website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md @@ -325,7 +325,9 @@ first name text box. Let us create locator for female radio button using xpath. ## Utilizing Locators -The FindElement makes using locators a breeze! For most languages, all you need to do is utilize `webdriver.common.by.By`, however in others it's as simple as setting a parameter in the FindElement function> +The FindElement makes using locators a breeze! For most languages, +all you need to do is utilize `webdriver.common.by.By`, however in +others it's as simple as setting a parameter in the FindElement function {{< tabpane langEqualsHeader=true >}} {{< badge-examples >}} diff --git a/website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md b/website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md index a037f3536338..b7891592f87b 100644 --- a/website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md @@ -325,7 +325,9 @@ first name text box. Let us create locator for female radio button using xpath. ## Utilizing Locators -The FindElement makes using locators a breeze! For most languages, all you need to do is utilize `webdriver.common.by.By`, however in others it's as simple as setting a parameter in the FindElement function> +The FindElement makes using locators a breeze! For most languages, +all you need to do is utilize `webdriver.common.by.By`, however in +others it's as simple as setting a parameter in the FindElement function {{< tabpane langEqualsHeader=true >}} {{< badge-examples >}}