1
1
---
2
- title : " Browsers "
2
+ title : " 浏览器 "
3
3
weight : 1
4
4
---
5
5
@@ -8,25 +8,24 @@ weight: 1
8
8
您熟悉英语与简体中文吗?帮助我们翻译它,通过 pull requests 给我们!
9
9
{{% /notice %}}
10
10
11
- ## Consumer browsers
11
+ ## 消费级浏览器
12
12
13
- The Selenium framework officially supports the following browsers :
13
+ 当前Selenium框架支持以下浏览器 :
14
14
15
- | Browser | Maintainer | Versions Supported |
15
+ | 浏览器 | 维护者 | 支持的版本 |
16
16
| -------- | ---------- | ------------------ |
17
- | Chromium | [ Chromium] ( //sites.google.com/a/chromium.org/chromedriver/ ) | All versions |
18
- | Firefox | [ Mozilla] ( //github.com/mozilla/geckodriver/ ) | 54 and newer |
19
- | Internet Explorer | Selenium | 6 and newer |
20
- | Opera | Opera [ Chromium] ( //github.com/operasoftware/operachromiumdriver/ ) / [ Presto] ( //github.com/operasoftware/operaprestodriver ) | 10.5 and newer |
21
- | Safari | [ Apple] ( //webkit.org/blog/6900/webdriver-support-in-safari-10/ ) | 10 and newer |
17
+ | Chromium | [ Chromium] ( //sites.google.com/a/chromium.org/chromedriver/ ) | 所有版本 |
18
+ | Firefox | [ Mozilla] ( //github.com/mozilla/geckodriver/ ) | 54及以上版本 |
19
+ | Internet Explorer | Selenium | 6及以上版本 |
20
+ | Opera | Opera [ Chromium] ( //github.com/operasoftware/operachromiumdriver/ ) / [ Presto] ( //github.com/operasoftware/operaprestodriver ) | 10.5及以上版本 |
21
+ | Safari | [ Apple] ( //webkit.org/blog/6900/webdriver-support-in-safari-10/ ) | 10及以上版本 |
22
22
23
- ## Specialised browsers
23
+ ## 专业级浏览器
24
24
25
- There is also a set of specialized browsers out there
26
- typically used in development environments.
27
- We can make use of some of these browsers for automation purposes also,
28
- and Selenium ties in support for the following specialized drivers:
25
+ 还有一些通常在开发环境中使用的专业级浏览器。
26
+ 我们也可以使用其中一些浏览器实现自动化的目的,
27
+ Selenium支持以下专业驱动:
29
28
30
- | Driver Name | Purpose | Maintainer |
29
+ | 驱动名称 | 用途 | 维护者 |
31
30
| -------- | ---------- | ------------------ |
32
- | HtmlUnitDriver | Headless browser emulator backed by Rhino | Selenium project |
31
+ | HtmlUnitDriver | Rhino支持的无头浏览器模拟器 | Selenium项目组 |
0 commit comments