Skip to content

Commit

Permalink
Mention polling2 library
Browse files Browse the repository at this point in the history
  • Loading branch information
baijum committed Oct 23, 2020
1 parent 257bace commit f557fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/waits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ match.
element = wait.until(element_has_css_class((By.ID, 'myNewInput'), "myCSSClass"))


.. note:: **polling2 Library**

You may also consider using `polling2
<https://polling2.readthedocs.io/en/latest/examples.html#polling-for-selenium-webdriver-elements>`_
lirbary which you need to install separately.

Implicit Waits
~~~~~~~~~~~~~~
Expand Down

0 comments on commit f557fce

Please sign in to comment.