Skip to content

Update Chinese translation of "actions_api","wheel.zh-cn.md","drivers.zh-cn.md" #940

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
---
title: "Actions接口"
linkTitle: "Actions接口"
needsTranslation: true
weight: 14
description: >
A low-level interface for providing virtualised device input to the web browser.
用于向web浏览器提供虚拟设备输入的底层接口.
---

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

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

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

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

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