Skip to content

Commit 75edd99

Browse files
alaahongdiemol
andauthored
Add Chinese translation of "remote_webdriver" (#253) [deploy site]
- remote_webdriver/_index.zh-cn.md Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent e3afc97 commit 75edd99

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed
Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
11
---
2-
title: "Remote WebDriver"
2+
title: "远程 WebDriver"
33
chapter: true
44
weight: 6
55
---
66

7-
{{% notice info %}}
8-
<i class="fas fa-language"></i> 页面需要从英语翻译为简体中文。
9-
您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
10-
{{% /notice %}}
7+
# 远程 WebDriver
118

12-
# Remote WebDriver
9+
您可以如本地一样, 使用远程WebDriver.
10+
主要区别在于需要配置远程WebDriver, 以便可以在不同的计算机上运行测试.
1311

14-
You can use WebDriver remotely the same way you would use it
15-
locally. The primary difference is that a remote WebDriver needs to be
16-
configured so that it can run your tests on a separate machine.
17-
18-
A remote WebDriver is composed of two pieces: a client and a
19-
server. The client is your WebDriver test and the server is simply a
20-
Java servlet, which can be hosted in any modern JEE app server.
12+
远程WebDriver由两部分组成:客户端和服务端. 客户端是您的WebDriver测试,而服务端仅仅是可以被托管于任何现代Java EE应用服务器的Java Servlet.

0 commit comments

Comments
 (0)