Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f557fce

Browse files
committed
Mention polling2 library
1 parent 257bace commit f557fce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/waits.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ match.
120120
element = wait.until(element_has_css_class((By.ID, 'myNewInput'), "myCSSClass"))
121121

122122

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.
123128

124129
Implicit Waits
125130
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)