Skip to content

Commit f45c27c

Browse files
committed
Removing reference to DesiredCapabilities, fixes SeleniumHQ#64 [deploy site]
1 parent 1bd26c1 commit f45c27c

7 files changed

+7
-49
lines changed

docs_source_files/content/remote_webdriver/remote_webdriver_client.en.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@ driver.quit()
4848
To further customize our test configuration, we can add other desired capabilities.
4949

5050

51-
## Desired capabilities
52-
53-
Desired capabilities can be expanded further.
54-
All remote Webdriver capabilities are sent through JsonWireProtocol.
55-
For a list of configurable capabilities, and more information on JsonWireProtocol,
56-
please visit the documentation
57-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
51+
## Browser options
5852

5953
For example, suppose you wanted to run Chrome on Windows XP,
6054
using Chrome version 67:

docs_source_files/content/remote_webdriver/remote_webdriver_client.es.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ driver.quit()
5454
To further customize our test configuration, we can add other desired capabilities.
5555

5656

57-
## Desired capabilities
58-
59-
Desired capabilities can be expanded further.
60-
All remote Webdriver capabilities are sent through JsonWireProtocol.
61-
For a list of configurable capabilities, and more information on JsonWireProtocol,
62-
please visit the documentation
63-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
57+
## Browser options
6458

6559
For example, suppose you wanted to run Chrome on Windows XP,
6660
using Chrome version 67:

docs_source_files/content/remote_webdriver/remote_webdriver_client.fr.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ driver.quit()
5454
To further customize our test configuration, we can add other desired capabilities.
5555

5656

57-
## Desired capabilities
58-
59-
Desired capabilities can be expanded further.
60-
All remote Webdriver capabilities are sent through JsonWireProtocol.
61-
For a list of configurable capabilities, and more information on JsonWireProtocol,
62-
please visit the documentation
63-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
57+
## Browser options
6458

6559
For example, suppose you wanted to run Chrome on Windows XP,
6660
using Chrome version 67:

docs_source_files/content/remote_webdriver/remote_webdriver_client.ja.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@ driver.quit()
5353
To further customize our test configuration, we can add other desired capabilities.
5454

5555

56-
## Desired capabilities
57-
58-
Desired capabilities can be expanded further.
59-
All remote Webdriver capabilities are sent through JsonWireProtocol.
60-
For a list of configurable capabilities, and more information on JsonWireProtocol,
61-
please visit the documentation
62-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
56+
## Browser options
6357

6458
For example, suppose you wanted to run Chrome on Windows XP,
6559
using Chrome version 67:

docs_source_files/content/remote_webdriver/remote_webdriver_client.ko.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ driver.quit()
5454
To further customize our test configuration, we can add other desired capabilities.
5555

5656

57-
## Desired capabilities
58-
59-
Desired capabilities can be expanded further.
60-
All remote Webdriver capabilities are sent through JsonWireProtocol.
61-
For a list of configurable capabilities, and more information on JsonWireProtocol,
62-
please visit the documentation
63-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
57+
## Browser options
6458

6559
For example, suppose you wanted to run Chrome on Windows XP,
6660
using Chrome version 67:

docs_source_files/content/remote_webdriver/remote_webdriver_client.nl.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ driver.quit()
5454
To further customize our test configuration, we can add other desired capabilities.
5555

5656

57-
## Desired capabilities
58-
59-
Desired capabilities can be expanded further.
60-
All remote Webdriver capabilities are sent through JsonWireProtocol.
61-
For a list of configurable capabilities, and more information on JsonWireProtocol,
62-
please visit the documentation
63-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
57+
## Browser options
6458

6559
For example, suppose you wanted to run Chrome on Windows XP,
6660
using Chrome version 67:

docs_source_files/content/remote_webdriver/remote_webdriver_client.zh-cn.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@ driver.quit()
5353
To further customize our test configuration, we can add other desired capabilities.
5454

5555

56-
## Desired capabilities
57-
58-
Desired capabilities can be expanded further.
59-
All remote Webdriver capabilities are sent through JsonWireProtocol.
60-
For a list of configurable capabilities, and more information on JsonWireProtocol,
61-
please visit the documentation
62-
[here](//github.com/SeleniumHQ/selenium/wiki/DesiredCapabilities).
56+
## Browser options
6357

6458
For example, suppose you wanted to run Chrome on Windows XP,
6559
using Chrome version 67:

0 commit comments

Comments
 (0)