Skip to content

Commit 287eb1e

Browse files
authored
Add Japanese transration of Chrome Devtools (SeleniumHQ#464)[deploy site]
1 parent a017ddd commit 287eb1e

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

docs_source_files/content/support_packages/chrome_devtools.ja.md

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
---
2-
title: "Chrome Devtools"
2+
title: "Chrome デベロッパーツール"
33
weight: 10
44
---
55

6-
{{% notice info %}}
7-
<i class="fas fa-language"></i> Page being translated from
8-
English to Japanese. Do you speak Japanese? Help us to translate
9-
it by sending us pull requests!
10-
{{% /notice %}}
6+
Selenium 4 alphaバージョンには、"DevTools" インターフェースを介した
7+
Chrome Dev Protocolのネイティブサポートが待望されています。
8+
これにより、アプリケーションキャッシュ、フェッチ、ネットワーク、パフォーマンス、
9+
プロファイラー、リソースタイミング、セキュリティ、
10+
ターゲットCDPドメインなどのChrome開発プロパティを取得できます。
1111

12-
Selenium 4 alpha versions have much awaited native support for Chrome Dev Protocol through "DevTools" interface. This helps us getting Chrome Development properties such as Application Cache, Fetch, Network, Performance, Profiler, Resource Timing, Security and Target CDP domains etc.
12+
Chrome デベロッパーツールは、Google Chromeブラウザに直接組み込まれた一連のWeb開発ツールです。
13+
DevToolsは、ページをすぐに編集して問題をすばやく診断するのに役立ち、
14+
最終的にはより優れたWebサイトをより速く構築するのに役立ちます。
1315

14-
Chrome DevTools is a set of web developer tools built directly into the Google Chrome browser. DevTools can help you edit pages on-the-fly and diagnose problems quickly, which ultimately helps you build better websites, faster.
16+
## ジオロケーションをエミュレート
1517

16-
## Emulate Geo Location:
17-
18-
Some applications have different features and functionalities across different locations. Automating such applications is difficult because it is hard to emulate the geo locations in the browser using Selenium. But with the help of Devtools, we can easily emulate them. Below code snippet demonstrates that.
18+
一部のアプリケーションには、場所によって特徴や機能性が異なります。
19+
このようなアプリケーションの自動化は、ブラウザでSeleniumを使用して
20+
地理的位置をエミュレートすることが難しいため、困難です。
21+
しかし、デベロッパーツールの助けを借りて、それらを簡単にエミュレートできます。
22+
以下のコードスニペットはそのことを示しています。
1923

2024
{{< code-tab >}}
2125
{{< code-panel language="java" >}}

0 commit comments

Comments
 (0)