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.
1 parent 257bace commit f557fceCopy full SHA for f557fce
source/waits.rst
@@ -120,6 +120,11 @@ match.
120
element = wait.until(element_has_css_class((By.ID, 'myNewInput'), "myCSSClass"))
121
122
123
+.. note:: **polling2 Library**
124
+
125
+ You may also consider using `polling2
126
+ <https://polling2.readthedocs.io/en/latest/examples.html#polling-for-selenium-webdriver-elements>`_
127
+ lirbary which you need to install separately.
128
129
Implicit Waits
130
~~~~~~~~~~~~~~
0 commit comments