Skip to content

Commit 0026ba7

Browse files
committed
describe element actions
1 parent bfa2d10 commit 0026ba7

24 files changed

+1402
-1034
lines changed

website_and_docs/content/documentation/webdriver/actions_api/_index.en.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22
title: "Actions API"
33
linkTitle: "Actions API"
44
weight: 14
5+
description: >
6+
A low-level interface for providing virtualised device input to the web browser.
57
---
8+
9+
Unlike the high-level [element interactions]({{< ref "/documentation/webdriver/elements/interactions.md" >}}),
10+
which conducts additional validations,
11+
the [Actions API](https://w3c.github.io/webdriver/#dfn-actions) provides granular control over input devices.
12+
13+
Selenium provides access to 3 input sources: key inputs for keyboard devices, pointer inputs for a mouse, pen or
14+
touch device, and a wheel inputs for scroll wheel support.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
title: "Actions API"
33
linkTitle: "Actions API"
4+
needsTranslation: true
45
weight: 14
6+
description: >
7+
A low-level interface for providing virtualised device input to the web browser.
58
---
9+
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.
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.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
title: "Actions API"
33
linkTitle: "Actions API"
4+
needsTranslation: true
45
weight: 14
6+
description: >
7+
A low-level interface for providing virtualised device input to the web browser.
58
---
9+
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.
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.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
22
title: "Actions接口"
33
linkTitle: "Actions接口"
4+
needsTranslation: true
45
weight: 14
6+
description: >
7+
A low-level interface for providing virtualised device input to the web browser.
58
---
9+
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.
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.

0 commit comments

Comments
 (0)