diff --git a/docs_source_files/content/support_packages/working_with_select_elements.zh-cn.md b/docs_source_files/content/support_packages/working_with_select_elements.zh-cn.md
index ed2817679d8d..63902102f653 100644
--- a/docs_source_files/content/support_packages/working_with_select_elements.zh-cn.md
+++ b/docs_source_files/content/support_packages/working_with_select_elements.zh-cn.md
@@ -1,17 +1,12 @@
---
-title: "Working with select elements"
+title: "同选择元素一起工作"
weight: 3
---
-
-{{% notice info %}}
- 页面需要从英语翻译为简体中文。
-您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
-{{% /notice %}}
-
-Select elements can require quite a bit of boiler plate code to automate.
-To reduce this and make your tests cleaner, there is a
-`Select` class in the Selenium support package.
-To use it, you will need the following import statement:
+
+选择元素可能需要大量样板代码才能自动化.
+为了减少这种情况并使您的测试更干净, 在Selenium的support包中有一个
+`Select` 类.
+要使用它,您将需要以下导入语句:
{{< code-tab >}}
{{< code-panel language="java" >}}
@@ -34,8 +29,7 @@ import org.openqa.selenium.support.ui.Select
{{< / code-panel >}}
{{< / code-tab >}}
-You are then able to create a Select object using a WebElement that
-references a `