File tree 3 files changed +19
-17
lines changed
website_and_docs/content/documentation/webdriver
3 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " Actions接口"
3
3
linkTitle : " Actions接口"
4
- needsTranslation : true
5
4
weight : 14
6
5
description : >
7
- A low-level interface for providing virtualised device input to the web browser .
6
+ 用于向web浏览器提供虚拟设备输入的底层接口 .
8
7
---
9
8
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
+ 提供了对输入设备的细粒度控制.
13
13
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 number Diff line number Diff line change 1
1
---
2
- title : " Scroll wheel actions "
3
- linkTitle : " Wheel "
2
+ title : " 滚轮操作 "
3
+ linkTitle : " 滚轮 "
4
4
weight : 6
5
5
description : >
6
- A representation of a scroll wheel input device for interacting with a web page .
6
+ 用于与网页交互的滚轮输入设备的呈现 .
7
7
---
8
8
9
- Scroll wheel support is coming to Selenium 4.2
9
+ 滚轮操作将要伴随 Selenium 4.2 发布
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Configuring driver parameters"
3
- linkTitle : " Drivers"
4
- weight : 12
5
- needsTranslation : true
2
+ title : " 配置驱动参数"
3
+ linkTitle : " 驱动"
4
+ weight : 12
6
5
---
7
6
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" >}}) .
9
8
10
- Selenium provides access to Service classes which are used to determine how the server is started
9
+ Selenium提供对服务类的访问,
10
+ 这些服务类用于确定服务器的启动方式
11
11
12
12
You can’t perform that action at this time.
0 commit comments