File tree 6 files changed +16
-30
lines changed
website_and_docs/content/documentation/webdriver/capabilities
6 files changed +16
-30
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Capabilities "
3
- linkTitle : " Capabilities "
2
+ title : " Capability "
3
+ linkTitle : " Capability "
4
4
weight : 4
5
5
aliases : [
6
6
" /documentation/ja/driver_idiosyncrasies/" ,
7
7
" /documentation/ja/driver_idiosyncrasies/driver_specific_capabilities/" ,
8
8
" /ja/documentation/webdriver/capabilities/driver_specific_capabilities/"
9
9
]
10
10
---
11
-
12
- {{% pageinfo color="warning" %}}
13
- <p class =" lead " >
14
- <i class =" fas fa-language display-4 " ></i >
15
- Page being translated from
16
- English to Japanese. Do you speak Japanese? Help us to translate
17
- it by sending us pull requests!
18
- </p >
19
- {{% /pageinfo %}}
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Capabilities specific to Chromium browsers "
2
+ title : " Chromiumベースのブラウザ固有のCapability "
3
3
linkTitle : " Chromium"
4
4
weight : 4
5
- needsTranslation : true
6
5
description : >-
7
- These capabilities are specific to Chromium based browsers.
6
+ これらの機能は、Chromiumベースのブラウザ固有のものです。
8
7
---
9
8
10
9
These Capabilities apply to:
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Capabilities specific to Firefox browser "
2
+ title : " Firefox固有のCapability "
3
3
linkTitle : " Firefox"
4
4
weight : 6
5
- needsTranslation : true
6
5
description : >-
7
- These capabilities are specific to Firefox.
6
+ これらのCapabilityはFirefox固有のものです。
8
7
---
9
8
10
9
### ` FirefoxOptions ` を使用してCapabilitiesを定義する
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Capabilities specific to Internet Explorer browser "
2
+ title : " InternetExplorer固有のCapability "
3
3
linkTitle : " Internet Explorer"
4
4
weight : 8
5
- needsTranslation : true
6
5
description : >-
7
- These capabilities are specific to Internet Explorer.
6
+ これらのCapabilityは、InternetExplorer固有のものです。
8
7
---
9
8
10
9
### fileUploadDialogTimeout
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Capabilities specific to Safari browser "
2
+ title : " Safari固有のCapability "
3
3
linkTitle : " Safari"
4
4
weight : 10
5
- needsTranslation : true
6
5
description : >-
7
- These capabilities are specific to Safari.
6
+ これらのCapabilityはSafari固有のものです。
8
7
---
Original file line number Diff line number Diff line change 1
1
---
2
- title : " 共有Capabilities "
3
- linkTitle : " 共有Capabilities "
2
+ title : " 共通のCapability "
3
+ linkTitle : " 共通のCapability "
4
4
weight : 2
5
- needsTranslation : true
6
5
description : >-
7
- These capabilities are shared by all browsers.
6
+ これらのCapabilityはすべてのブラウザで共通です。
8
7
aliases : [
9
8
" /documentation/ja/driver_idiosyncrasies/shared_capabilities/" ,
10
9
" /ja/documentation/webdriver/capabilities/shared_capabilities/" ,
@@ -18,10 +17,10 @@ aliases: [
18
17
---
19
18
20
19
Selenium WebDriverで新しいセッションを作成するには、ローカルエンドがリモートエンドに基本的なCapabilities(ブラウザの設定情報)を提供する必要があります。
21
- リモートエンドは、一連の同じCapabilitiesを使用してセッションを作成し 、現在のセッション機能を描きます。
20
+ リモートエンドは、一連の同じCapabilityを使用してセッションを作成し 、現在のセッション機能を描きます。
22
21
23
- WebDriverは、各リモートエンドがCapabilitiesをサポートする/すべきCapabilitiesを提供します 。
24
- WebDriverがサポートするCapabilitiesは次のとおりです 。
22
+ WebDriverは、各リモートエンドがCapabilityをサポートする/すべきCapabilityを提供します 。
23
+ WebDriverがサポートするCapabilityは次のとおりです 。
25
24
26
25
## browserName:
27
26
You can’t perform that action at this time.
0 commit comments