Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f906d + 2d2d9da commit ad9781aCopy full SHA for ad9781a
source/waits.rst
@@ -22,7 +22,7 @@ trying to locate an element.
22
Explicit Waits
23
~~~~~~~~~~~~~~
24
25
-An explicit waits is code you define to wait for a certain condition
+An explicit wait is code you define to wait for a certain condition
26
to occur before proceeding further in the code. The worst case of
27
this is time.sleep(), which sets the condition to an exact time period
28
to wait. There are some convenience methods provided that help you
0 commit comments