Skip to content

Commit 7877d4e

Browse files
update feature/first_script_20240625 (#1783)
* update feature/first_script_20240625 * Update website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com> --------- Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
1 parent 288c58a commit 7877d4e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

website_and_docs/content/documentation/webdriver/getting_started/first_script.zh-cn.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Selenium所做的一切,
1616
您将使用Selenium执行的大部分操作,
1717
都是以下基本命令的组合
1818

19-
Click on the link to "View full example on GitHub" to see the code in context.
19+
点击 "View full example on GitHub" 的链接以查看上下文中的代码.
2020

2121
### 1. 使用驱动实例开启会话
2222

@@ -217,7 +217,7 @@ Click on the link to "View full example on GitHub" to see the code in context.
217217
默认情况下, 该进程也会关闭浏览器.
218218
无法向此驱动程序实例发送更多命令.
219219

220-
See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
220+
详见 [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
221221

222222
{{< tabpane text=true >}}
223223
{{< tab header="Java" >}}
@@ -241,7 +241,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
241241
{{< /tabpane >}}
242242

243243

244-
## Running Selenium File
244+
## 运行 Selenium 文件
245245

246246
{{< tabpane text=true >}}
247247
{{< tab header="Java" >}}
@@ -267,6 +267,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
267267

268268
## 接下来的步骤
269269

270-
Most Selenium users execute many sessions and need to organize them to minimize duplication and keep the code
271-
more maintainable. Read on to learn about how to put this code into context for your use case with
272-
[Using Selenium]({{< ref "using_selenium.md" >}}).
270+
大多数 Selenium 用户执行许多会话,
271+
需要组织它们以最大限度地减少重复并维持代码更易于维护.
272+
请继续阅读,了解如何将此代码放入您用例的上下文中
273+
[使用 Selenium]({{< ref "using_selenium.md" >}}).

0 commit comments

Comments
 (0)