Skip to content

Commit 2c219d6

Browse files
authored
grammar: react -> React. changes made for all lang (SeleniumHQ#518)[deploy site]
1 parent e1bc894 commit 2c219d6

8 files changed

+8
-8
lines changed

docs_source_files/content/webdriver/page_loading_strategy.de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `document.readyState` property of a document describes the loading state of
1313
By default, WebDriver will hold off on responding to a `driver.get()` (or) `driver.navigate().to()`
1414
call until the document ready state is `complete`
1515

16-
In SPA applications (like Angular, react, Ember) once the dynamic content
16+
In SPA applications (like Angular, React, Ember) once the dynamic content
1717
is already loaded (I.e once the pageLoadStrategy status is COMPLETE),
1818
clicking on a link or performing some action within the page will not make a new request
1919
to the server as the content is dynamically loaded at the client side without a pull page refresh.

docs_source_files/content/webdriver/page_loading_strategy.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `document.readyState` property of a document describes the loading state of
1313
By default, WebDriver will hold off on responding to a `driver.get()` (or) `driver.navigate().to()`
1414
call until the document ready state is `complete`
1515

16-
In SPA applications (like Angular, react, Ember) once the dynamic content
16+
In SPA applications (like Angular, React, Ember) once the dynamic content
1717
is already loaded (I.e once the pageLoadStrategy status is COMPLETE),
1818
clicking on a link or performing some action within the page will not make a new request
1919
to the server as the content is dynamically loaded at the client side without a pull page refresh.

docs_source_files/content/webdriver/page_loading_strategy.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ de carga del documento actual. Por defecto, WebDriver esperará responder
1414
a una llamada `driver.get()` (o) `driver.navigate().to()` hasta que el
1515
estado de documento listo esté `completo`
1616

17-
En aplicaciones SPA (como Angular, react, Ember) una vez que el
17+
En aplicaciones SPA (como Angular, React, Ember) una vez que el
1818
contenido dinámico ya está cargado (es decir, una vez que el estado
1919
de pageLoadStrategy es COMPLETO), hacer clic en un enlace o realizar
2020
alguna acción dentro de la página no hará una nueva solicitud al

docs_source_files/content/webdriver/page_loading_strategy.fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ La propriété `document.readyState` d'un document décrit l'état de chargement
1313
Par défaut, WebDriver ne répondra pas à un `driver.get()` (ou) `driver.navigate().to()`
1414
appeler jusqu'à ce que l'état prêt du document soit `complete`
1515

16-
Dans les applications SPA (comme Angular, react, Ember) une fois le contenu dynamique
16+
Dans les applications SPA (comme Angular, React, Ember) une fois le contenu dynamique
1717
est déjà chargé (c'est-à-dire une fois que le statut de pageLoadStrategy est COMPLETE),
1818
cliquer sur un lien ou effectuer une action dans la page ne fera pas de nouvelle demande
1919
sur le serveur car le contenu est chargé dynamiquement côté client sans actualisation de la page d'extraction.

docs_source_files/content/webdriver/page_loading_strategy.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 8
1010
ドキュメントの `document.readyState` プロパティは、現在のドキュメントの読み込み状態を記述します。
1111
デフォルトでは、WebDriverは、ドキュメントの準備完了状態が `complete` になるまで、 `driver.get()`(または)`driver.navigate().to()` の呼び出しへの応答を保留します。
1212

13-
SPAアプリケーション(Angular、react、Emberなど)では、動的コンテンツが既にロードされている(つまり、一度 pageLoadStrategy のステータスがCOMPLETEになっている)場合、リンクをクリックするか、ページ内で何らかのアクションを実行しても、コンテンツは、プルページの更新なしでクライアント側で動的に読み込まれるので、サーバーに新しいリクエストは行われません。
13+
SPAアプリケーション(Angular、React、Emberなど)では、動的コンテンツが既にロードされている(つまり、一度 pageLoadStrategy のステータスがCOMPLETEになっている)場合、リンクをクリックするか、ページ内で何らかのアクションを実行しても、コンテンツは、プルページの更新なしでクライアント側で動的に読み込まれるので、サーバーに新しいリクエストは行われません。
1414

1515
SPAアプリケーションはサーバーのリクエストなしで多くのビューを動的にロードできるため、新たに `driver.get()` および `driver.navigate().to()` を実行するまで、pageLoadStrategyは常に `COMPLETE` ステータスを表示します。
1616

docs_source_files/content/webdriver/page_loading_strategy.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `document.readyState` property of a document describes the loading state of
1919
By default, WebDriver will hold off on responding to a `driver.get()` (or) `driver.navigate().to()`
2020
call until the document ready state is `complete`
2121

22-
In SPA applications (like Angular, react, Ember) once the dynamic content
22+
In SPA applications (like Angular, React, Ember) once the dynamic content
2323
is already loaded (I.e once the pageLoadStrategy status is COMPLETE),
2424
clicking on a link or performing some action within the page will not make a new request
2525
to the server as the content is dynamically loaded at the client side without a pull page refresh.

docs_source_files/content/webdriver/page_loading_strategy.nl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `document.readyState` property of a document describes the loading state of
1919
By default, WebDriver will hold off on responding to a `driver.get()` (or) `driver.navigate().to()`
2020
call until the document ready state is `complete`
2121

22-
In SPA applications (like Angular, react, Ember) once the dynamic content
22+
In SPA applications (like Angular, React, Ember) once the dynamic content
2323
is already loaded (I.e once the pageLoadStrategy status is COMPLETE),
2424
clicking on a link or performing some action within the page will not make a new request
2525
to the server as the content is dynamically loaded at the client side without a pull page refresh.

docs_source_files/content/webdriver/page_loading_strategy.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WebDriver都将延迟 `driver.get()` 的响应或
1616
`driver.navigate().to()` 的调用.
1717

1818

19-
在单页应用程序中 (例如Angular, react, Ember) ,
19+
在单页应用程序中 (例如Angular, React, Ember) ,
2020
一旦动态内容加载完毕 (即pageLoadStrategy状态为COMPLETE) ,
2121
则点击链接或在页面内执行某些操作的行为将不会向服务器发出新请求,
2222
因为内容在客户端动态加载,

0 commit comments

Comments
 (0)