Skip to content

Commit 9f98163

Browse files
committed
Modify: Extend changes as per PR #1681 [deploy site]
1 parent 4d74a82 commit 9f98163

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website_and_docs/content/documentation/webdriver/waits.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ _Explicit waits_ are loops added to the code that poll the application
9292
for a specific condition to evaluate as true before it exits the loop and
9393
continues to the next command in the code. If the condition is not met before a designated timeout value,
9494
the code will give a timeout error. Since there are many ways for the application not to be in the desired state,
95-
so explicit waits are a great choice to specify the exact condition to wait for
95+
explicit waits are a great choice to specify the exact condition to wait for
9696
in each place it is needed.
9797
Another nice feature is that, by default, the Selenium Wait class automatically waits for the designated element to exist.
9898

website_and_docs/content/documentation/webdriver/waits.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ _Explicit waits_ are loops added to the code that poll the application
9292
for a specific condition to evaluate as true before it exits the loop and
9393
continues to the next command in the code. If the condition is not met before a designated timeout value,
9494
the code will give a timeout error. Since there are many ways for the application not to be in the desired state,
95-
so explicit waits are a great choice to specify the exact condition to wait for
95+
explicit waits are a great choice to specify the exact condition to wait for
9696
in each place it is needed.
9797
Another nice feature is that, by default, the Selenium Wait class automatically waits for the designated element to exist.
9898

website_and_docs/content/documentation/webdriver/waits.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ _Explicit waits_ are loops added to the code that poll the application
9292
for a specific condition to evaluate as true before it exits the loop and
9393
continues to the next command in the code. If the condition is not met before a designated timeout value,
9494
the code will give a timeout error. Since there are many ways for the application not to be in the desired state,
95-
so explicit waits are a great choice to specify the exact condition to wait for
95+
explicit waits are a great choice to specify the exact condition to wait for
9696
in each place it is needed.
9797
Another nice feature is that, by default, the Selenium Wait class automatically waits for the designated element to exist.
9898

0 commit comments

Comments
 (0)