Skip to content

Commit

Permalink
rename additional features section back to support features to re-emp…
Browse files Browse the repository at this point in the history
…hasize the distinct purpose of support classes
  • Loading branch information
titusfortner committed Sep 29, 2022
1 parent 1bb8c95 commit c70272e
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 56 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Support features"
linkTitle: "Support Features"
weight: 18
description: >
Support classes provide optional higher level features.
aliases: [
"/documentation/en/support_packages/",
"/documentation/support_packages/",
"/documentation/webdriver/additional_features/",
]
---

The core libraries of Selenium try to be low level and non-opinionated.
The Support classes in each language provide opinionated wrappers for common interactions
that may be used to simplify some behaviors.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Support features"
linkTitle: "Support Features"
weight: 18
description: >
Support classes provide optional higher level features.
aliases: [
"/documentation/ja/support_packages/",
"/ja/documentation/support_packages/",
"/ja/documentation/webdriver/additional_features/",
]
---

The core libraries of Selenium try to be low level and non-opinionated.
The Support classes in each language provide opinionated wrappers for common interactions
that may be used to simplify some behaviors.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Support Features"
linkTitle: "Support Features"
weight: 18
description: >
Support classes provide optional higher level features.
aliases: [
"/documentation/pt-br/support_packages/",
"/pt-br/documentation/support_packages/",
"/pt-br/documentation/additional_features/",
]
---

The core libraries of Selenium try to be low level and non-opinionated.
The Support classes in each language provide opinionated wrappers for common interactions
that may be used to simplify some behaviors.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Support features"
linkTitle: "Support Features"
weight: 18
description: >
Support classes provide optional higher level features.
aliases: [
"/documentation/zh-cn/support_packages/",
"/zh-cn/documentation/support_packages/",
"/zh-cn/documentation/additional_features/",
]
---

The core libraries of Selenium try to be low level and non-opinionated.
The Support classes in each language provide opinionated wrappers for common interactions
that may be used to simplify some behaviors.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "Colors"
weight: 1
aliases: [
"/documentation/en/support_packages/working_with_colours/",
"/documentation/support_packages/working_with_colours/"
"/documentation/support_packages/working_with_colours/",
"/documentation/webdriver/additional_features/working_with_colours/",
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "色を扱う"
weight: 1
aliases: [
"/documentation/ja/support_packages/working_with_colours/",
"/ja/documentation/support_packages/working_with_colours/"
"/ja/documentation/support_packages/working_with_colours/",
"/ja/documentation/webdriver/additional_features/working_with_colours/",
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "Trabalhando com cores"
weight: 1
aliases: [
"/documentation/pt-br/support_packages/working_with_colours/",
"/pt-br/documentation/support_packages/working_with_colours/"
"/pt-br/documentation/support_packages/working_with_colours/",
"/pt-br/documentation/webdriver/additional_features/working_with_colours/",
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "颜色"
weight: 1
aliases: [
"/documentation/zh-cn/support_packages/working_with_colours/",
"/zh-cn/documentation/support_packages/working_with_colours/"
"/zh-cn/documentation/support_packages/working_with_colours/",
"/zh-cn/documentation/webdriver/additional_features/working_with_colours/",
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "ThreadGuard"
weight: 6
aliases: [
"/documentation/en/support_classes/",
"/documentation/support_packages/thread_guard/"
"/documentation/support_packages/thread_guard/",
"/documentation/webdriver/additional_features/thread_guard/"
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "ThreadGuard"
weight: 6
aliases: [
"/documentation/ja/support_classes/",
"/ja/documentation/support_packages/thread_guard/"
"/ja/documentation/support_packages/thread_guard/",
"/ja/documentation/webdriver/additional_features/thread_guard/"
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "ThreadGuard"
weight: 6
aliases: [
"/documentation/pt-br/support_classes/",
"/pt-br/documentation/support_packages/thread_guard/"
"/pt-br/documentation/support_packages/thread_guard/",
"/pt-br/documentation/webdriver/additional_features/thread_guard/"
]
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ linkTitle: "线程守卫"
weight: 6
aliases: [
"/documentation/zh-cn/support_classes/",
"/zh-cn/documentation/support_packages/thread_guard/"
"/zh-cn/documentation/support_packages/thread_guard/",
"/zh-cn/documentation/webdriver/additional_features/thread_guard/"
]
---

Expand Down

0 comments on commit c70272e

Please sign in to comment.