Skip to content

Commit ab1eeb8

Browse files
alaahongdiemol
andauthored
Update Chinese translation of "actions_api","wheel.zh-cn.md","drivers.zh-cn.md" (SeleniumHQ#940) [deploy site]
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 548fa83 commit ab1eeb8

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
22
title: "Actions接口"
33
linkTitle: "Actions接口"
4-
needsTranslation: true
54
weight: 14
65
description: >
7-
A low-level interface for providing virtualised device input to the web browser.
6+
用于向web浏览器提供虚拟设备输入的底层接口.
87
---
98

10-
Unlike the high-level [element interactions]({{< ref "/documentation/webdriver/elements/interactions.md" >}}),
11-
which conducts additional validations,
12-
the [Actions API](https://w3c.github.io/webdriver/#dfn-actions) provides granular control over input devices.
9+
与执行额外验证的高级
10+
[元素交互]({{< ref "/documentation/webdriver/elements/interactions.md" >}}) 不同,
11+
[Actions接口](https://w3c.github.io/webdriver/#dfn-actions)
12+
提供了对输入设备的细粒度控制.
1313

14-
Selenium provides access to 3 input sources: key inputs for keyboard devices, pointer inputs for a mouse, pen or
15-
touch device, and a wheel inputs for scroll wheel support.
14+
Selenium提供3种输入源:
15+
键盘设备的键位输入,
16+
鼠标、笔或触摸设备的指针输入,
17+
以及支持滚轮的滚轮输入.
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Scroll wheel actions"
3-
linkTitle: "Wheel"
2+
title: "滚轮操作"
3+
linkTitle: "滚轮"
44
weight: 6
55
description: >
6-
A representation of a scroll wheel input device for interacting with a web page.
6+
用于与网页交互的滚轮输入设备的呈现.
77
---
88

9-
Scroll wheel support is coming to Selenium 4.2
9+
滚轮操作将要伴随 Selenium 4.2 发布
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "Configuring driver parameters"
3-
linkTitle: "Drivers"
4-
weight: 12
5-
needsTranslation: true
2+
title: "配置驱动参数"
3+
linkTitle: "驱动"
4+
weight: 12
65
---
76

8-
We learned how to [install drivers]({{< ref "getting_started/install_drivers.md" >}}) in the Getting Started section.
7+
我们在入门部分学习了如何[安装驱动]({{< ref "getting_started/install_drivers.md" >}}) .
98

10-
Selenium provides access to Service classes which are used to determine how the server is started
9+
Selenium提供对服务类的访问,
10+
这些服务类用于确定服务器的启动方式
1111

1212

0 commit comments

Comments
 (0)