diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.de.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.de.md
new file mode 100644
index 000000000000..71c7abb045fd
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.de.md
@@ -0,0 +1,26 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ Diese Seite wird von Englisch
+auf Deutsch übersetzt. Sprichst Du Deutsch? Hilf uns die Seite
+zu übersetzen indem Du uns einen Pull Reqeust schickst!
+ {{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.en.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.en.md
new file mode 100644
index 000000000000..2316e05c25e7
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.en.md
@@ -0,0 +1,20 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.es.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.es.md
new file mode 100644
index 000000000000..2681d86ae8de
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.es.md
@@ -0,0 +1,26 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ Page being translated from
+English to Spanish. Do you speak Spanish? Help us to translate
+it by sending us pull requests!
+{{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.fr.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.fr.md
new file mode 100644
index 000000000000..433b608f38a2
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.fr.md
@@ -0,0 +1,26 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ Page being translated from
+English to French. Do you speak French? Help us to translate
+it by sending us pull requests!
+{{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.ja.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.ja.md
new file mode 100644
index 000000000000..8e2d04204205
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.ja.md
@@ -0,0 +1,26 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ Page being translated from
+English to japanese. Do you speak japanese? Help us to translate
+it by sending us pull requests!
+{{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.ko.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.ko.md
new file mode 100644
index 000000000000..f031a5779834
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.ko.md
@@ -0,0 +1,26 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ Page being translated from
+English to Korean. Do you speak Korean? Help us to translate
+it by sending us pull requests!
+{{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.nl.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.nl.md
new file mode 100644
index 000000000000..e194f330e048
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.nl.md
@@ -0,0 +1,26 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ Page being translated from
+English to Dutch. Do you speak Dutch? Help us to translate
+it by sending us pull requests!
+{{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file
diff --git a/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.zh-cn.md b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.zh-cn.md
new file mode 100644
index 000000000000..8e0432364956
--- /dev/null
+++ b/docs_source_files/content/driver_idiosyncrasies/legacy_capabilities.zh-cn.md
@@ -0,0 +1,25 @@
+---
+title: "Legacy capabilities"
+weight: 1
+---
+
+{{% notice info %}}
+ 页面需要从英语翻译为简体中文。
+您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
+{{% /notice %}}
+
+In-order to create a new browser session, Selenium WebDriver
+uses a set of properties in a JSON format describing
+the features that the user requests for that particular session.
+We usually call them as `desiredCapabilites` or `requiredCapabilities`.
+
+### Deprecation of Desired Capabilities
+
+Majority of the selenium client uses `desiredCapabilities` and
+`requiredCapabilities` to configure a new session. Most of the
+driver vendors support use of this legacy capabilities, but in favour of
+browser specific option classes **desiredCapabilities** and
+**requiredCapabilities** are deprecated and should be avoided.
+
+One should use the **browser specific capabilities** to set
+capability for a browser session.
\ No newline at end of file