File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
website_and_docs/content/documentation/webdriver/getting_started Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Selenium所做的一切,
16
16
您将使用Selenium执行的大部分操作,
17
17
都是以下基本命令的组合
18
18
19
- Click on the link to "View full example on GitHub" to see the code in context .
19
+ 点击 "View full example on GitHub" 的链接以查看上下文中的代码 .
20
20
21
21
### 1. 使用驱动实例开启会话
22
22
@@ -217,7 +217,7 @@ Click on the link to "View full example on GitHub" to see the code in context.
217
217
默认情况下, 该进程也会关闭浏览器.
218
218
无法向此驱动程序实例发送更多命令.
219
219
220
- See [ Quitting Sessions] ({{< ref "../drivers/#quitting-sessions" >}}).
220
+ 详见 [ Quitting Sessions] ({{< ref "../drivers/#quitting-sessions" >}}).
221
221
222
222
{{< tabpane text=true >}}
223
223
{{< tab header="Java" >}}
@@ -241,7 +241,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
241
241
{{< /tabpane >}}
242
242
243
243
244
- ## Running Selenium File
244
+ ## 运行 Selenium 文件
245
245
246
246
{{< tabpane text=true >}}
247
247
{{< tab header="Java" >}}
@@ -267,6 +267,7 @@ See [Quitting Sessions]({{< ref "../drivers/#quitting-sessions" >}}).
267
267
268
268
## 接下来的步骤
269
269
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" >}}).
You can’t perform that action at this time.
0 commit comments