Skip to content

Commit 1ec0ee1

Browse files
authored
removed hanging '>' (#1896)
1 parent bb164c3 commit 1ec0ee1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

website_and_docs/content/documentation/webdriver/elements/locators.en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,9 @@ first name text box. Let us create locator for female radio button using xpath.
332332

333333
## Utilizing Locators
334334

335-
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>
335+
The FindElement makes using locators a breeze! For most languages,
336+
all you need to do is utilize `webdriver.common.by.By`, however in
337+
others it's as simple as setting a parameter in the FindElement function
336338

337339
{{< tabpane langEqualsHeader=true >}}
338340
{{< badge-examples >}}

website_and_docs/content/documentation/webdriver/elements/locators.ja.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ first name text box. Let us create locator for female radio button using xpath.
322322

323323
## Utilizing Locators
324324

325-
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>
325+
The FindElement makes using locators a breeze! For most languages,
326+
all you need to do is utilize `webdriver.common.by.By`, however in
327+
others it's as simple as setting a parameter in the FindElement function
326328

327329
{{< tabpane langEqualsHeader=true >}}
328330
{{< badge-examples >}}

website_and_docs/content/documentation/webdriver/elements/locators.pt-br.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ first name text box. Let us create locator for female radio button using xpath.
325325

326326
## Utilizing Locators
327327

328-
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>
328+
The FindElement makes using locators a breeze! For most languages,
329+
all you need to do is utilize `webdriver.common.by.By`, however in
330+
others it's as simple as setting a parameter in the FindElement function
329331

330332
{{< tabpane langEqualsHeader=true >}}
331333
{{< badge-examples >}}

website_and_docs/content/documentation/webdriver/elements/locators.zh-cn.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ first name text box. Let us create locator for female radio button using xpath.
325325

326326
## Utilizing Locators
327327

328-
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>
328+
The FindElement makes using locators a breeze! For most languages,
329+
all you need to do is utilize `webdriver.common.by.By`, however in
330+
others it's as simple as setting a parameter in the FindElement function
329331

330332
{{< tabpane langEqualsHeader=true >}}
331333
{{< badge-examples >}}

0 commit comments

Comments
 (0)