File tree 3 files changed +3
-3
lines changed
website_and_docs/content/documentation/webdriver
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ _Explicit waits_ are loops added to the code that poll the application
92
92
for a specific condition to evaluate as true before it exits the loop and
93
93
continues to the next command in the code. If the condition is not met before a designated timeout value,
94
94
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
96
96
in each place it is needed.
97
97
Another nice feature is that, by default, the Selenium Wait class automatically waits for the designated element to exist.
98
98
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ _Explicit waits_ are loops added to the code that poll the application
92
92
for a specific condition to evaluate as true before it exits the loop and
93
93
continues to the next command in the code. If the condition is not met before a designated timeout value,
94
94
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
96
96
in each place it is needed.
97
97
Another nice feature is that, by default, the Selenium Wait class automatically waits for the designated element to exist.
98
98
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ _Explicit waits_ are loops added to the code that poll the application
92
92
for a specific condition to evaluate as true before it exits the loop and
93
93
continues to the next command in the code. If the condition is not met before a designated timeout value,
94
94
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
96
96
in each place it is needed.
97
97
Another nice feature is that, by default, the Selenium Wait class automatically waits for the designated element to exist.
98
98
You can’t perform that action at this time.
0 commit comments