@@ -4,30 +4,19 @@ weight: 3
4
4
---
5
5
6
6
7
- {{% notice %}}
8
- <i class =" fas fa-language " ></i > Page being translated from
9
- English to Japanese. Do you speak Japanese? Help us to translate
10
- it by sending us pull requests!
11
- {{% /notice %}}
7
+ Selenium 4では、新しいEvented APIが導入され、WebDriverが他のAPIに
8
+ 使用していた従来のリクエスト/レスポンスのアプローチを使用するのではなく、
9
+ 発生時にブラウザーからイベントをキャプチャできるようになりました。
12
10
13
- In Selenium 4, new Evented APIs were introduced that
14
- allow users to be able to capture events from the
15
- browser as they happen rather than using the
16
- traditional approach of Request/Response that
17
- WebDriver has used for other APIs.
11
+ 内部的にWebDriverは、送信されるイベントとコマンドのためにブラウザーへのWebSocket接続を作成します。
18
12
19
- Internally WebDriver will create a WebSocket connection
20
- to the browser for events and commands to be transmitted.
21
-
22
- The following list of APIs will be growing as the Selenium
23
- project works through supporting real world use cases. If there
24
- is a missing API, please raise a [ feature request] ( https://github.com/SeleniumHQ/selenium/issues/new?assignees=&labels=&template=feature.md ) .
13
+ 次のAPIのリストは、Seleniumプロジェクトが現実世界のユースケースをサポートを通じて機能するにつれて、増えていきます。
14
+ 不足している API がある場合は、 [ 機能リクエスト] ( https://github.com/SeleniumHQ/selenium/issues/new?assignees=&labels=&template=feature.md ) を提出してください。
25
15
26
16
## Mutation Observation
27
17
28
- Mutation Observation is the ability to capture events via
29
- WebDriver BiDi when there are DOM mutations on a specific
30
- element in the DOM.
18
+ Mutation Observation は、DOM 内の特定の要素に DOM の変更がある場合に、
19
+ WebDriver BiDi を介してイベントをキャプチャする機能です。
31
20
32
21
{{< code-tab >}}
33
22
{{< code-panel language="java" >}}
0 commit comments