Skip to content

Commit 09d8962

Browse files
kzhirataharsha509diemol
authored
transelate Bidi API (SeleniumHQ#699) [deploy site]
Co-authored-by: Sri Harsha <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent b45bbb7 commit 09d8962

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

docs_source_files/content/webdriver/bidi_apis.ja.md

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,19 @@ weight: 3
44
---
55

66

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+
発生時にブラウザーからイベントをキャプチャできるようになりました。
1210

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接続を作成します。
1812

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) を提出してください。
2515

2616
## Mutation Observation
2717

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 を介してイベントをキャプチャする機能です。
3120

3221
{{< code-tab >}}
3322
{{< code-panel language="java" >}}

0 commit comments

Comments
 (0)