File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
docs_source_files/content/remote_webdriver Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 11---
2- title : " Remote WebDriver"
2+ title : " 远程 WebDriver"
33chapter : true
44weight : 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.
You can’t perform that action at this time.
0 commit comments