Skip to content

Commit 1035b9e

Browse files
harsha509diemol
andauthored
Modify: Minor chagnes correcting Selenium and WebDriver typos (SeleniumHQ#274) [deploy site]
Co-authored-by: Diego Molina <[email protected]>
1 parent 1e4e56e commit 1035b9e

28 files changed

+77
-77
lines changed

docs_source_files/content/driver_idiosyncrasies/shared_capabilities.nl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ zoals hieronder beschreven:
1414
| -------- | ----------- | ----- |
1515
| normal | complete | Standaard, wacht tot alle resources gedownload zijn |
1616
| eager | interactive | DOM access is gereed, maar andere resources, zoals grafische elementen, zijn mogelijks nog niet volledig ingeladen. |
17-
| none | Any | Webdriver houdt geen rekening met wachttijden |
17+
| none | Any | WebDriver houdt geen rekening met wachttijden |

docs_source_files/content/legacy_docs/selenium_ide.de.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,10 @@ Parameters vary, however they are typically:
462462

463463
* a locator for identifying a UI element within a page.
464464
* a text pattern for verifying or asserting expected page content
465-
* a text pattern or a selenium variable for entering text in an input field or
465+
* a text pattern or a Selenium variable for entering text in an input field or
466466
for selecting an option from an option list.
467467

468-
Locators, text patterns, selenium variables, and the commands themselves are
468+
Locators, text patterns, Selenium variables, and the commands themselves are
469469
described in considerable detail in the section on Selenium Commands.
470470

471471
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1189,8 +1189,8 @@ passed to your test program from the command-line, from another program, or from
11891189
a file.
11901190

11911191
The plain *store* command is the most basic of the many store commands and can be used
1192-
to simply store a constant value in a selenium variable. It takes two
1193-
parameters, the text value to be stored and a selenium variable. Use the
1192+
to simply store a constant value in a Selenium variable. It takes two
1193+
parameters, the text value to be stored and a Selenium variable. Use the
11941194
standard variable naming conventions of only alphanumeric characters when
11951195
choosing a name for your variable.
11961196

docs_source_files/content/legacy_docs/selenium_ide.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,10 @@ Parameters vary, however they are typically:
458458

459459
* a locator for identifying a UI element within a page.
460460
* a text pattern for verifying or asserting expected page content
461-
* a text pattern or a selenium variable for entering text in an input field or
461+
* a text pattern or a Selenium variable for entering text in an input field or
462462
for selecting an option from an option list.
463463

464-
Locators, text patterns, selenium variables, and the commands themselves are
464+
Locators, text patterns, Selenium variables, and the commands themselves are
465465
described in considerable detail in the section on Selenium Commands.
466466

467467
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1185,8 +1185,8 @@ passed to your test program from the command-line, from another program, or from
11851185
a file.
11861186

11871187
The plain *store* command is the most basic of the many store commands and can be used
1188-
to simply store a constant value in a selenium variable. It takes two
1189-
parameters, the text value to be stored and a selenium variable. Use the
1188+
to simply store a constant value in a Selenium variable. It takes two
1189+
parameters, the text value to be stored and a Selenium variable. Use the
11901190
standard variable naming conventions of only alphanumeric characters when
11911191
choosing a name for your variable.
11921192

docs_source_files/content/legacy_docs/selenium_ide.es.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ Parameters vary, however they are typically:
463463

464464
* a locator for identifying a UI element within a page.
465465
* a text pattern for verifying or asserting expected page content
466-
* a text pattern or a selenium variable for entering text in an input field or
466+
* a text pattern or a Selenium variable for entering text in an input field or
467467
for selecting an option from an option list.
468468

469-
Locators, text patterns, selenium variables, and the commands themselves are
469+
Locators, text patterns, Selenium variables, and the commands themselves are
470470
described in considerable detail in the section on Selenium Commands.
471471

472472
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1190,8 +1190,8 @@ passed to your test program from the command-line, from another program, or from
11901190
a file.
11911191

11921192
The plain *store* command is the most basic of the many store commands and can be used
1193-
to simply store a constant value in a selenium variable. It takes two
1194-
parameters, the text value to be stored and a selenium variable. Use the
1193+
to simply store a constant value in a Selenium variable. It takes two
1194+
parameters, the text value to be stored and a Selenium variable. Use the
11951195
standard variable naming conventions of only alphanumeric characters when
11961196
choosing a name for your variable.
11971197

docs_source_files/content/legacy_docs/selenium_ide.fr.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ Parameters vary, however they are typically:
463463

464464
* a locator for identifying a UI element within a page.
465465
* a text pattern for verifying or asserting expected page content
466-
* a text pattern or a selenium variable for entering text in an input field or
466+
* a text pattern or a Selenium variable for entering text in an input field or
467467
for selecting an option from an option list.
468468

469-
Locators, text patterns, selenium variables, and the commands themselves are
469+
Locators, text patterns, Selenium variables, and the commands themselves are
470470
described in considerable detail in the section on Selenium Commands.
471471

472472
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1190,8 +1190,8 @@ passed to your test program from the command-line, from another program, or from
11901190
a file.
11911191

11921192
The plain *store* command is the most basic of the many store commands and can be used
1193-
to simply store a constant value in a selenium variable. It takes two
1194-
parameters, the text value to be stored and a selenium variable. Use the
1193+
to simply store a constant value in a Selenium variable. It takes two
1194+
parameters, the text value to be stored and a Selenium variable. Use the
11951195
standard variable naming conventions of only alphanumeric characters when
11961196
choosing a name for your variable.
11971197

docs_source_files/content/legacy_docs/selenium_ide.ko.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@ Parameters vary, however they are typically:
464464

465465
* a locator for identifying a UI element within a page.
466466
* a text pattern for verifying or asserting expected page content
467-
* a text pattern or a selenium variable for entering text in an input field or
467+
* a text pattern or a Selenium variable for entering text in an input field or
468468
for selecting an option from an option list.
469469

470-
Locators, text patterns, selenium variables, and the commands themselves are
470+
Locators, text patterns, Selenium variables, and the commands themselves are
471471
described in considerable detail in the section on Selenium Commands.
472472

473473
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1191,8 +1191,8 @@ passed to your test program from the command-line, from another program, or from
11911191
a file.
11921192

11931193
The plain *store* command is the most basic of the many store commands and can be used
1194-
to simply store a constant value in a selenium variable. It takes two
1195-
parameters, the text value to be stored and a selenium variable. Use the
1194+
to simply store a constant value in a Selenium variable. It takes two
1195+
parameters, the text value to be stored and a Selenium variable. Use the
11961196
standard variable naming conventions of only alphanumeric characters when
11971197
choosing a name for your variable.
11981198

docs_source_files/content/legacy_docs/selenium_ide.nl.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ Parameters vary, however they are typically:
463463

464464
* a locator for identifying a UI element within a page.
465465
* a text pattern for verifying or asserting expected page content
466-
* a text pattern or a selenium variable for entering text in an input field or
466+
* a text pattern or a Selenium variable for entering text in an input field or
467467
for selecting an option from an option list.
468468

469-
Locators, text patterns, selenium variables, and the commands themselves are
469+
Locators, text patterns, Selenium variables, and the commands themselves are
470470
described in considerable detail in the section on Selenium Commands.
471471

472472
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1190,8 +1190,8 @@ passed to your test program from the command-line, from another program, or from
11901190
a file.
11911191

11921192
The plain *store* command is the most basic of the many store commands and can be used
1193-
to simply store a constant value in a selenium variable. It takes two
1194-
parameters, the text value to be stored and a selenium variable. Use the
1193+
to simply store a constant value in a Selenium variable. It takes two
1194+
parameters, the text value to be stored and a Selenium variable. Use the
11951195
standard variable naming conventions of only alphanumeric characters when
11961196
choosing a name for your variable.
11971197

docs_source_files/content/legacy_docs/selenium_ide.zh-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,10 @@ Parameters vary, however they are typically:
463463

464464
* a locator for identifying a UI element within a page.
465465
* a text pattern for verifying or asserting expected page content
466-
* a text pattern or a selenium variable for entering text in an input field or
466+
* a text pattern or a Selenium variable for entering text in an input field or
467467
for selecting an option from an option list.
468468

469-
Locators, text patterns, selenium variables, and the commands themselves are
469+
Locators, text patterns, Selenium variables, and the commands themselves are
470470
described in considerable detail in the section on Selenium Commands.
471471

472472
Selenium scripts that will be run from Selenium-IDE will be stored in an HTML
@@ -1190,8 +1190,8 @@ passed to your test program from the command-line, from another program, or from
11901190
a file.
11911191

11921192
The plain *store* command is the most basic of the many store commands and can be used
1193-
to simply store a constant value in a selenium variable. It takes two
1194-
parameters, the text value to be stored and a selenium variable. Use the
1193+
to simply store a constant value in a Selenium variable. It takes two
1194+
parameters, the text value to be stored and a Selenium variable. Use the
11951195
standard variable naming conventions of only alphanumeric characters when
11961196
choosing a name for your variable.
11971197

docs_source_files/content/legacy_docs/selenium_rc.de.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,11 +1014,11 @@ elements are not available on page.
10141014
### Executing JavaScript from Your Test
10151015

10161016
JavaScript comes very handy in exercising an application which is not directly supported
1017-
by selenium. The **getEval** method of selenium API can be used to execute JavaScript from
1018-
selenium RC.
1017+
by selenium. The **getEval** method of Selenium API can be used to execute JavaScript from
1018+
Selenium RC.
10191019

10201020
Consider an application having check boxes with no static identifiers.
1021-
In this case one could evaluate JavaScript from selenium RC to get ids of all
1021+
In this case one could evaluate JavaScript from Selenium RC to get ids of all
10221022
check boxes and then exercise them.
10231023

10241024
```java
@@ -1177,7 +1177,7 @@ You cannot run both at the same time.
11771177

11781178
#### Server-Side Logs
11791179

1180-
When launching selenium server the **-log** option can be used to record
1180+
When launching Selenium server the **-log** option can be used to record
11811181
valuable debugging information reported by the Selenium Server to a text file.
11821182

11831183
```bash
@@ -1613,7 +1613,7 @@ about the `The Same Origin Policy`_, `Proxy Injection`_ carefully.
16131613
### Handling Browser Popup Windows
16141614
16151615
There are several kinds of "Popups" that you can get during a Selenium test.
1616-
You may not be able to close these popups by running selenium commands if
1616+
You may not be able to close these popups by running Selenium commands if
16171617
they are initiated by the browser and not your AUT. You may
16181618
need to know how to manage these. Each type of popup needs to be addressed differently.
16191619

docs_source_files/content/legacy_docs/selenium_rc.en.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,11 +1010,11 @@ elements are not available on page.
10101010
### Executing JavaScript from Your Test
10111011

10121012
JavaScript comes very handy in exercising an application which is not directly supported
1013-
by selenium. The **getEval** method of selenium API can be used to execute JavaScript from
1014-
selenium RC.
1013+
by selenium. The **getEval** method of Selenium API can be used to execute JavaScript from
1014+
Selenium RC.
10151015

10161016
Consider an application having check boxes with no static identifiers.
1017-
In this case one could evaluate JavaScript from selenium RC to get ids of all
1017+
In this case one could evaluate JavaScript from Selenium RC to get ids of all
10181018
check boxes and then exercise them.
10191019

10201020
```java
@@ -1173,7 +1173,7 @@ You cannot run both at the same time.
11731173

11741174
#### Server-Side Logs
11751175

1176-
When launching selenium server the **-log** option can be used to record
1176+
When launching Selenium server the **-log** option can be used to record
11771177
valuable debugging information reported by the Selenium Server to a text file.
11781178

11791179
```bash
@@ -1609,7 +1609,7 @@ about the `The Same Origin Policy`_, `Proxy Injection`_ carefully.
16091609
### Handling Browser Popup Windows
16101610
16111611
There are several kinds of "Popups" that you can get during a Selenium test.
1612-
You may not be able to close these popups by running selenium commands if
1612+
You may not be able to close these popups by running Selenium commands if
16131613
they are initiated by the browser and not your AUT. You may
16141614
need to know how to manage these. Each type of popup needs to be addressed differently.
16151615

docs_source_files/content/legacy_docs/selenium_rc.es.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,11 +1016,11 @@ elements are not available on page.
10161016
### Executing JavaScript from Your Test
10171017

10181018
JavaScript comes very handy in exercising an application which is not directly supported
1019-
by selenium. The **getEval** method of selenium API can be used to execute JavaScript from
1020-
selenium RC.
1019+
by selenium. The **getEval** method of Selenium API can be used to execute JavaScript from
1020+
Selenium RC.
10211021

10221022
Consider an application having check boxes with no static identifiers.
1023-
In this case one could evaluate JavaScript from selenium RC to get ids of all
1023+
In this case one could evaluate JavaScript from Selenium RC to get ids of all
10241024
check boxes and then exercise them.
10251025

10261026
```java
@@ -1179,7 +1179,7 @@ You cannot run both at the same time.
11791179

11801180
#### Server-Side Logs
11811181

1182-
When launching selenium server the **-log** option can be used to record
1182+
When launching Selenium server the **-log** option can be used to record
11831183
valuable debugging information reported by the Selenium Server to a text file.
11841184

11851185
```bash
@@ -1615,7 +1615,7 @@ about the `The Same Origin Policy`_, `Proxy Injection`_ carefully.
16151615
### Handling Browser Popup Windows
16161616
16171617
There are several kinds of "Popups" that you can get during a Selenium test.
1618-
You may not be able to close these popups by running selenium commands if
1618+
You may not be able to close these popups by running Selenium commands if
16191619
they are initiated by the browser and not your AUT. You may
16201620
need to know how to manage these. Each type of popup needs to be addressed differently.
16211621

docs_source_files/content/legacy_docs/selenium_rc.fr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,11 +1016,11 @@ elements are not available on page.
10161016
### Executing JavaScript from Your Test
10171017

10181018
JavaScript comes very handy in exercising an application which is not directly supported
1019-
by selenium. The **getEval** method of selenium API can be used to execute JavaScript from
1020-
selenium RC.
1019+
by selenium. The **getEval** method of Selenium API can be used to execute JavaScript from
1020+
Selenium RC.
10211021

10221022
Consider an application having check boxes with no static identifiers.
1023-
In this case one could evaluate JavaScript from selenium RC to get ids of all
1023+
In this case one could evaluate JavaScript from Selenium RC to get ids of all
10241024
check boxes and then exercise them.
10251025

10261026
```java
@@ -1179,7 +1179,7 @@ You cannot run both at the same time.
11791179

11801180
#### Server-Side Logs
11811181

1182-
When launching selenium server the **-log** option can be used to record
1182+
When launching Selenium server the **-log** option can be used to record
11831183
valuable debugging information reported by the Selenium Server to a text file.
11841184

11851185
```bash
@@ -1615,7 +1615,7 @@ about the `The Same Origin Policy`_, `Proxy Injection`_ carefully.
16151615
### Handling Browser Popup Windows
16161616
16171617
There are several kinds of "Popups" that you can get during a Selenium test.
1618-
You may not be able to close these popups by running selenium commands if
1618+
You may not be able to close these popups by running Selenium commands if
16191619
they are initiated by the browser and not your AUT. You may
16201620
need to know how to manage these. Each type of popup needs to be addressed differently.
16211621

docs_source_files/content/legacy_docs/selenium_rc.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ JavaScriptは、セレンによって直接サポートされていないアプ
922922
Selenium APIの **getEval** メソッドを使用して、Selenium RCからJavaScriptを実行できます。
923923

924924
静的な識別子のないチェックボックスを持つアプリケーションを考えてください。
925-
この場合、selenium RCからJavaScriptを評価して、すべてのチェックボックスのIDを取得し、それらを実行できます。
925+
この場合、Selenium RCからJavaScriptを評価して、すべてのチェックボックスのIDを取得し、それらを実行できます。
926926

927927
```java
928928
public static String[] getAllCheckboxIds () {

docs_source_files/content/legacy_docs/selenium_rc.ko.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,11 +1016,11 @@ elements are not available on page.
10161016
### Executing JavaScript from Your Test
10171017

10181018
JavaScript comes very handy in exercising an application which is not directly supported
1019-
by selenium. The **getEval** method of selenium API can be used to execute JavaScript from
1020-
selenium RC.
1019+
by selenium. The **getEval** method of Selenium API can be used to execute JavaScript from
1020+
Selenium RC.
10211021

10221022
Consider an application having check boxes with no static identifiers.
1023-
In this case one could evaluate JavaScript from selenium RC to get ids of all
1023+
In this case one could evaluate JavaScript from Selenium RC to get ids of all
10241024
check boxes and then exercise them.
10251025

10261026
```java
@@ -1179,7 +1179,7 @@ You cannot run both at the same time.
11791179

11801180
#### Server-Side Logs
11811181

1182-
When launching selenium server the **-log** option can be used to record
1182+
When launching Selenium server the **-log** option can be used to record
11831183
valuable debugging information reported by the Selenium Server to a text file.
11841184

11851185
```bash
@@ -1615,7 +1615,7 @@ about the `The Same Origin Policy`_, `Proxy Injection`_ carefully.
16151615
### Handling Browser Popup Windows
16161616
16171617
There are several kinds of "Popups" that you can get during a Selenium test.
1618-
You may not be able to close these popups by running selenium commands if
1618+
You may not be able to close these popups by running Selenium commands if
16191619
they are initiated by the browser and not your AUT. You may
16201620
need to know how to manage these. Each type of popup needs to be addressed differently.
16211621

docs_source_files/content/legacy_docs/selenium_rc.nl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,11 +1016,11 @@ elements are not available on page.
10161016
### Executing JavaScript from Your Test
10171017

10181018
JavaScript comes very handy in exercising an application which is not directly supported
1019-
by selenium. The **getEval** method of selenium API can be used to execute JavaScript from
1020-
selenium RC.
1019+
by selenium. The **getEval** method of Selenium API can be used to execute JavaScript from
1020+
Selenium RC.
10211021

10221022
Consider an application having check boxes with no static identifiers.
1023-
In this case one could evaluate JavaScript from selenium RC to get ids of all
1023+
In this case one could evaluate JavaScript from Selenium RC to get ids of all
10241024
check boxes and then exercise them.
10251025

10261026
```java
@@ -1179,7 +1179,7 @@ You cannot run both at the same time.
11791179

11801180
#### Server-Side Logs
11811181

1182-
When launching selenium server the **-log** option can be used to record
1182+
When launching Selenium server the **-log** option can be used to record
11831183
valuable debugging information reported by the Selenium Server to a text file.
11841184

11851185
```bash
@@ -1615,7 +1615,7 @@ about the `The Same Origin Policy`_, `Proxy Injection`_ carefully.
16151615
### Handling Browser Popup Windows
16161616
16171617
There are several kinds of "Popups" that you can get during a Selenium test.
1618-
You may not be able to close these popups by running selenium commands if
1618+
You may not be able to close these popups by running Selenium commands if
16191619
they are initiated by the browser and not your AUT. You may
16201620
need to know how to manage these. Each type of popup needs to be addressed differently.
16211621

0 commit comments

Comments
 (0)